Skip to content

HPCC-Cloud-Computing/bioinformatics-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
Sorry, we had to truncate this directory to 1,000 files. 1 entries were omitted from the list.
 
 
 
 
 
 

Repository files navigation

Bio Informatics Dashboard

Prerequisites & Requirements

  • Ubuntu Server 14.04 LTS

  • OpenStack Kilo with Nova, Neutron, Swift, Heat with Docker Resource(Install Guide)

  • Docker engine version <= 1.7.x with docker api version <= 1.19.

    sudo apt-get install docker-engine=1.7.1-0~trusty
    

Setup Instructions

  1. Clone the repository into your local OpenStack directory:

    git clone https://github.com/cloudcomputinghust/bioinformatics-dashboard.git
    
  2. Copy bioinformatics folder to /usr/share/openstack-dashboard/openstack_dashboard/dashboards

    cp -r bioinformatics /usr/share/openstack-dashboard/openstack_dashboard/dashboard

  1. Create link to /usr/share/openstack-dashboard/static/bioinformatics

    ln -s /usr/share/openstack-dashboard/openstack_dashboard/dashboards/bioinformatics/static/bioinformatics/ \ 
    /usr/share/openstack-dashboard/static/bioinformatics/
    
  2. Copy file _50_bioinformatics.py to /usr/share/openstack-dashboard/openstack_dashboard/enabled/

    cp _50_bioinformatics.py /usr/share/openstack-dashboard/openstack_dashboard/enabled/