Admin panel for TCIA Pubhub
- Node.js
- Bindaas + MongoDB
- Python 2.7 and LibXML(yum install libxslt-devel libxml2-devel)
- lxml (pip install lxml)
- Webpack
-
git clone the repo
-
Copy config.js.example to config.js
- Set EZID username etc, bindaas api key and other parameters
-
Edit
config.jsand set bindaas host etc. -
<sudo> npm install -
you may need to install webpack alone if it fails (`` npm install webpack`)
-
node bin/www(Run with nohup etc.) -
Runs on
localhost:3001by default
webpack --watchto watch and transpile JSX to js