Make sure to setup and configure the infrastructure before using it.
This page is under construction. Do not trust it until this box is removed |
In current setup any request to HMI data will transparently load data from JSOC. This may take a while for large time ranges. |
|
The Docker daemon should have been started automatically. |
# startup docker-compose cli> docker-compose up |
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 |
Switch to "Kitematic" Select Container "devinfrastest_webapp_1" On the right side panel click on the arrow icon ( |
Open http://120.0.0.1:8000 in your browser |
Now you can
In tab "Algorithms" you can get information about registered algorithms.
Use this commands if a new algorithm container gets added to the FLARECAST Docker hub infrastructure
# search flarecast images/containers online > docker search flarecast # list installed images/containers > docker images # list running containers > docker ps # pull a new container from the Docker hub > docker pull flarecast/swpcimport # Reload to the FLARECAST pipeline management console in your browser # Follow previous section to execute the new container |