Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Actinia docker compose example for the VM version #785

Merged
merged 1 commit into from
Aug 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions doc/quickstart/actinia_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,25 @@ commands from above can be executed in the following way:
Things to try
=============

Install on OSGeoLive VM with Docker Compose
--------------------------------------------------------------------------------

Requirements: docker and docker-compose (already available in OSGeoLive VM version)

To build and deploy actinia, run

.. code:: bash

git clone https://github.com/mundialis/actinia_core.git
cd actinia_core
docker-compose -f docker/docker-compose.yml up

Now you have a running actinia instance locally! Check with

.. code:: bash

curl http://127.0.0.1:8088/api/v3/version

Create new locations
--------------------------------------------------------------------------------

Expand Down