-
Notifications
You must be signed in to change notification settings - Fork 14
Obtaining A Working Copy
Instructions to obtain a working copy of SBGNViz.js
SBGNViz.js is a client-side web application built on Java Script technology. Since it does not have any server-side components, it is relatively easy to setup a local working copy.
You can get the source by typing the following command under console:
git clone https://github.com/iVis-at-Bilkent/sbgnviz-js.git
You will need Git to be installed in order to checkout the code.
You can install the required libraries from npm by typing the following command under console:
cd sbgnviz-js
npm install
After getting the source code you can deploy the code by typing the following commands under console:
docker pull cannin/nodejs-http-server
docker run --name sbgnviz -p 8080:8080 -v FULL_PATH/sbgnviz-js:/sbgnviz-js -w /sbgnviz-js -t cannin/nodejs-http-server
Once deployed, you can access the application through your server on http://localhost:8080/sample-app/