Skip to content

daikk115/bioinformatics-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

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 bioinformatics /usr/share/openstack-dashboard/openstack_dashboard/dashboards
    
  3. 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/
    
  4. Copy file _50_bioinformatics.py to /usr/share/openstack-dashboard/openstack_dashboard/enabled/

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

About

Bioinformatics Dashboards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.0%
  • Python 31.9%
  • HTML 13.0%
  • CSS 0.1%