Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleInititalize docker
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 pull
flarecast/smart-python
...

# ifmake yousure wantthat tothe rundatabaes theis samplerunning
artracker
local> docker-compose pull flarecast/artracker
up -d db_service
...

# ifwait youa wantfew toseconds runbefore the samplenext graphicstep plotterin local>order dockerto pulllet flarecast/regiongraph
the database come up
...

# start up the docker environment
local> docker-compose up
# In case you see any errors about database connection timeouts, just press Ctrl + C and run docker-compose up again.

All FLARECAST docker containers can be found at DockerHub

...