Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Make sure to setup and configure the infrastructure before using it.

Under construction

This page is under construction. Do not trust it until this box is removed (smile).

Startup Infrastructure

On OS X

  1. Run "/Applications/Docker/Kitematic (Beta)"
  2. Click "Docker CLI" on the lower right side to open a terminal.

On Linux

The Docker daemon should have been started automatically.

# startup docker-compose
cli> docker-compose up

Update Infrastructure

Occasionally you may want to upgrade to the latest version of the infrastructure.

This may erase the content of your database and you will have to reprocess the data.

This is certainly something we need to improve.

cli> curl -o docker-compose.yml https://dev.flarecast.eu/stash/projects/INFRA/repos/dev-infra/browse/docker-compose.yml?raw
cli> docker-compose pull

Open FLARECAST Pipeline Management Console

On OS X

Switch to "Kitematic"

Select Container "devinfrastest_webapp_1"

On the right side panel click on the arrow icon  () next to "Web Preview"

On Linux

Open http://120.0.0.1:8000 in your browser

 

 

 

  • No labels