Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

OpenJUB/jRooms-legacy

Repository files navigation

Install

Clone

git clone https://github.com/OpenJUB/jRooms.git
cd jRooms

Download dependencies

Install NodeJS, npm and MongoDB using your favorite package manager.

On Windows? I'm sorry.

npm install -g grunt grunt-cli bower
npm install
bower install

Doesn't work for some reason? Try following this method.

Run!

mongod --dbPath /path/to/db
grunt serve

Build: grunt build

Production: grunt serve:dist

What now?

  • Add yourself to admins in the config file.
  • Login on the website to get token.
  • Call /api/admin/resetUsers.
  • Login to /admin and configure.

With next commits first user will automatically be added to db, allowing direct import of users from the admin page.

About

New room allocation system. Done right (hopefully).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published