Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 961 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 961 Bytes

E-USERS

Group Work App: Manage Users, Groups, Meetings, and Polls

  • Access to :

    • Forum (Discourse )
    • Collaborative text editor (EtherPad)
    • Collaborative spreadsheet (Ethercal)
    • Notes Text(ckeditor)
    • ...

Getting Started

Docker :

https://hub.docker.com/r/luceole/e-user-prod/

Prerequisites

Developing

  1. Run yarn install to install server dependencies.

  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  3. Run gulp go to start the development server. It should automatically open the client in your browser when ready.

Build & development

Run gulp build for building and gulp serve for preview.