Make sure to setup and configure the infrastructure before using it.
|
The Docker daemon should have been started automatically. |
# startup infrastructure cli> ./infrastructure.sh run |
Occasionally you may want to upgrade to the latest version of the infrastructure.
Sometimes it may be necessary to upgrade the whole database (e.g. schema changed). In such a case you may get an error about the database was not able to start. You have then to delete your old database to use the most current version and your old data will be lost. |
cli> ./infrastructure.sh update |
Switch to "Kitematic" Select Container "devinfrastest_webapp_1" On the right side panel click on the arrow icon ( |
Open http://127.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 |