...
Code Block | ||||
---|---|---|---|---|
| ||||
local> curl -o docker-compose.yml https://dev.flarecast.eu/stash/projects/INFRA/repos/dev-infra/browse/docker-compose.yml?raw
# if you want to run smart on your computer
local> docker-compose pull
...
# make sure that the database is running
local> docker-compose up -d db_service
...
# wait a few seconds before the next step in order to let the database start
# start up the docker environment
local> docker-compose up
|
...