- Ruby 2.5.1
- Rails 5.2.2
- R (latest version)
- Python 3
- C
1. Install Ruby on Rails
The instructions for installing Ruby on Rails on Windows 10, Ubuntu, and OS X can be seen here and should be similar for different OS versions.
2. Get the web app
git clone https://github.com/NCBI-Hackathons/Phenogeno_Viz.git
3. Compile and install the Ruby C Extension
$ cd Phenogeno_Viz/webapp/ext/datavis/ext/
$ sudo bash updt.sh
4. Prepare the web server
$ bundle update
$ bundle install
5. Deploy the web server
$ rails s
Note: Unless configured, the web server will use port 3000