0.0.1 • Published 6 years ago
gondolin v0.0.1
gondolin
System requirments:
- docker
- docker-compose
- g++
- postgresql-server-dev-10
- node-gyp (via
npm install node-gyp -g)
Setup:
- Create a
passport.tsin the config folder. The file contains the secret for the passport authentification.
/**
* This file should not be pushed to public repositories as it contains the
* jwt secret!
*/
export default 'mellon';Start the database and pgAdmin:
docker-compose --f docker-compose-dev.yml upRun
npm installand thennpm startand gondolin will be available athttp://localhost:3000.
Run via docker / docker-compose
docker build -t gondolin-server .
docker-compose upDefault users
PostgreSQL: gondolin / gondolin
pgAdmin: admin / admin
0.0.1
6 years ago