A wrapper around OpenJUB. Still a work in progress.
- Make sure you have MongoDB, Node.JS and Git installed. Make sure the
node
command starts Node.JS andnpm
is available. - Edit settings in jub_config.json. Leave the "database" untouched.
- Install the script. Make sure you are on Campus while doing this.
scripts/install
- To start: Run "scripts/start"
- To stop: Run "scripts/stop"
- To sync: Run "scripts/sync", we need to be started for this.
- To create a new token: Run "scripts/token", we need to be started for this.
- The actual installation of the openjub-api can be found under data/repo.
- Logs can be found in "data/jublog" and "data/dblog".
MIT License, see LICENSE file.