Group Work App: Manage Users, Groups, Meetings, and Polls
-
Access to :
- Forum (Discourse )
- Collaborative text editor (EtherPad)
- Collaborative spreadsheet (Ethercal)
- Notes Text(ckeditor)
- ...
Docker :
https://hub.docker.com/r/luceole/e-user-prod/
- Git
- Node.js and npm Node >= 8.x.x, npm >= 6.x.x
- Yarn
- Gulp (
npm install --global gulp
) - MongoDB - Keep a running daemon with
mongod
-
Run
yarn install
to install server dependencies. -
Run
mongod
in a separate shell to keep an instance of the MongoDB Daemon running -
Run
gulp go
to start the development server. It should automatically open the client in your browser when ready.
Run gulp build
for building and gulp serve
for preview.