Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 742 Bytes

Readme.md

File metadata and controls

28 lines (22 loc) · 742 Bytes

RNA 3D Hub Web Code

Installation

Requirements:

Runs on Scotch box.

git clone 
cd RNA-3D-Hub
# start virtual machine
vagrant up
# edit template file to configure database connection
cp application/config/database_template.php application/config/database.php
# other app configuration
cp application/config/config_template.php application/config/config.php
# create .htaccess from template
cp htaccess .htaccess
# setup port forwarding for remote database access
vagrant ssh
ssh -L 9000:localhost:3306 <user>@rna.bgsu.edu # leave the session open

Go to http://192.168.33.10 to view the website.