50494 a50494@alunos.isel.pt
50552 a50552@alunos.isel.pt
50549 a50549@alunos.isel.pt
- email: django@email.com, password: unchained
- email: darkknight@email.com, password: bruceWayne
-
Install Node.js dependencies and bundle the JavaScript code:
cd ./code/js ; npm install ; npm run build
-
Change to the JVM directory:
cd ../jvm -
Build JVM and Postgres Docker images:
.\gradlew.bat buildImageAll -
Start all services:
.\gradlew.bat allUp -
Change to the project-host directory:
cd ./project-host -
Scale the dynamic JVM service with all services up:
docker compose up -d --scale instant-messaging-jvm-dynamic=3
-
Change back to the JVM directory:
cd ../ -
Stop all services:
.\gradlew.bat allDown
-
Install Node.js dependencies and bundle the JavaScript code:
cd ./code/js && npm install && npm run build
-
Change to the JVM directory:
cd ../jvm -
Build JVM and Postgres Docker images:
./gradlew buildImageAll
-
Start all services:
./gradlew allUp
-
Change to the project-host directory:
cd ./project-host -
Scale the dynamic JVM service with all services up:
docker-compose up -d --scale instant-messaging-jvm-dynamic=3
-
Change back to the JVM directory:
cd ../ -
Stop all services:
./gradlew allDown