Instructions for running the bioviz-playbooks for Loraine Lab members:
Make sure you have ansible running on your machine by running the following in your terminal:
Clone the bioviz-playbooks bitbucket repo:
Navigate to the cloned repository directory on your machine.
Copy example_inventory.ini in the repository and rename the copy inventory.ini
Copy example_setup_vars.yml in the repository and rename the copy setup_vars.yml
In example_inventory.ini modify the following variables:
Change the example1 name to any name that makes sense to you (bioviztest3)
Set ansible_host to the public ip address of the EC2 host.
Set domain to the domain name (bioviztest3.bioviz.org)
Set stack to Develop if developing/testing.
Set bioviz_version to the bioviz branch (master or a specific branch, such as IGBF-3187)
Set bioviz_repo to the URL for the bioviz bitbucket repo (https://bitbucket.org/KarthikRavee91/bioviz.git)
Set igb_branch to the branch for IGB (release-9.1.10 though it is unclear if this is required)
Set igb_repository to the URL for the IGB bitbucket repo (https://bitbucket.org/lorainelab/integrated-genome-browser)
In setup_vars.yml:
Note: Need to get the ssl_chain_file, ssl_cert_key_file, and ssl_cert_file from Dr. Loraine. Then put them in the files directory of the bioviz_playbooks repo on your local machine.
Set ssl_chain_file to the name of the DigiCert certificate file.
Set ssl_cert_key_file to the name of the bioviz key file.
Set ssl_cert_file to the name of the bioviz certificate file.
Set igb_version to whatever version of IGB you are specifying (9.1.10)
Set genoviz_version to 1.1.9
Set igb_branch to the branch for IGB (release-9.1.10 though it is unclear if this is required)
Set igb_repository to the URL for the IGB bitbucket repo (https://bitbucket.org/lorainelab/integrated-genome-browser)
Set hub_facade_domain to translate.bioviz.org
In your terminal run
ansible-playbook -i inventory.ini setup.yml
Note:All of this assumes you have access to the EC2 host. If you do not, contact Dr. Loraine.
Suggestion: Let's create a new "Tools" menu item for BioViz where we can put links to tools where users can do stuff!