-
Notifications
You must be signed in to change notification settings - Fork 6
Obtaining A Working Copy
Instructions to obtain a working copy of ChiSE.js
ChiSE.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/chise.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 chise.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 chise -p 8080:8080 -v FULL_PATH/chise.js:/chise.js -w /chise.js -t cannin/nodejs-http-server
Once deployed, you can access the application through your server on http://localhost:8080/sample-app/