glutengo / topics-driven-backlog

MIT License
0 stars 1 forks source link

Project Setup #2

Closed glutengo closed 4 years ago

glutengo commented 4 years ago
glutengo commented 4 years ago

To get the project running locally, the following changes were needed:

The changes which were made in the Dockerfile must probably be ported to Dockerfile.production and Dockerfile.travis-cli later

After the changes were made, the application could be started by running npm run dev. Once the application was running, the database needed to be migrated (npm run db:migrated) and seeded (npm run db:seed). After that, it was possible to login with one of the predefined users:

User Role
user1@htw-berlin.de student
user2@htw-berlin.de student
user3@htw-berlin.de student
user4@htw-berlin.de instructor
user5@htw-berlin.de instructor

As the LDAP user management is not used in development mode, any password allows access.

glutengo commented 4 years ago

Possible Improvements / suggestions