- Clone this repo
- Create a new
.env
file from.env.dist
with the parameters correctly set npm install
npm run dev:init
(in development) ornpm run prod:init
(in production)npm run dev
(in development) ornpm run prod
(in production)
- Clone this repo
- Create a new
.env
file from.env.dist
with the parameters correctly set- If you use the bundled docker-compose use
db
for the database host
- If you use the bundled docker-compose use
docker-compose up --build -d
docker-compose run app npm run prod:init
Read the Job setup
Read the Slack setup
Read the Jenkins setup