Java 11 sbt Yarn
You can use nix shell to
Variables that must be positioned on target environment :
FLOXX_PORT=8080
POSTGRESQL_ADDON_PASSWORD=**to be completed**
POSTGRESQL_ADDON_USER=**to be completed**
POSTGRESQL_MAX_POOL_SIZE=**to be completed**
POSTGRESQL_URI="jdbc:postgresql://**to be completed: Host**/**to be completed USER**"
VOXXRIN_TOKEN=**to be completed**
VOXXRIN_URL=**to be completed**
Locally :
1) from the root directory run docker-compose up (should start postgres DB) 2) sbt runDev 2.1) Front part will be build 2.2) app will connect to DB and create schema database automatically if it doesn't exist 3) from browser : http://localhost:8081
"yarn install" should be run before
1) go to front directory 2) Run 'yarn dev' 3) from browser : http://localhost:5372
Some route are mmocked in 'front/mock-api.ts' file
1) ensure that your index is clean and fully pushed.
2) checkout release branch
2) Run sbt goToProd
1) Process is plugged on remote origin, So take care that remote corresponding to prod target environment
3) and then just follow the process