MOS demo launched via docker-compose.
- Install Docker
- Download the docker-compose.yml file
Execute the following command from the location of the docker-compose.yml file:
sudo docker-compose pull
Execute the following command from the location of the docker-compose.yml file:
sudo docker-compose up
The following MOS components are then available:
- Web user interface:
localhost:4200 - Browsable API:
localhost:8000/api - Admin page:
localhost:8000/admin
The default MOS admin user credentials are:
- username:
mos - password:
demo
The Ctrl+C keyboard command will stop the app, or alternatively execute the following command from the location of the docker-compose.yml file:
sudo docker-compose stop
Execute the following command from the location of the docker-compose.yml file:
sudo docker-compose down --volumes
No problem. Run the MOS demo without the compute workers using
sudo docker-compose up --scale compute-py=0 --scale compute-jl=0
and launch workers from your own local environment: