Skip to content

Fuinn/mos-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

mos-demo

MOS demo launched via docker-compose.

Prerequisites

Pulling the latest Images

Execute the following command from the location of the docker-compose.yml file:

sudo docker-compose pull

Launching the App

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

Stopping the App

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

Resetting all Data

Execute the following command from the location of the docker-compose.yml file:

sudo docker-compose down --volumes

Do the demo compute workers not have the dependencies you need?

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:

About

MOS demo launched via docker-compose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors