Skip to content

pleszr/motivaa

Repository files navigation

motivaa

HowTo Run Motivaa DOCKER - MacOS/Linux

If you haven't installed it, please install 'make'

  1. To start with the dependencies, to run MySQL and Keycloak, execute the following: (make sure Docker Compose is installed)
make docker-up-mysql-keycloak
  1. To run motivaa-frontend
make docker-up-frontend
  1. To run motivaa-backend
make docker-up-backend
  1. To stop it
make docker-down

HowTo Run Motivaa DOCKER - Windows

Download and install Docker-Desktop -> https://docs.docker.com/desktop/install/windows-install/

To start with the dependencies, to run MySQL and Keycloak, execute the following: (make sure Docker Desktop & Compose is installed)

  1. Open powershell and execute the following.
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-up-mysql-keycloak
  1. To run motivaa-frontend
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-up-frontend
  1. To run motivaa-backend
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-up-backend
  1. To stop it
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-down

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published