EasyDeployment: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
m (→‎PaaS: Add sub-heading)
(→‎Docker: Improve this information.)
Line 5: Line 5:
== Docker ==
== Docker ==


See [https://notabug.org/dachary/mediagoblin-docker Dockerized MediaGoblin] for full information, including how to run MediaGoblin in production mode (preserving data).
'''Warning: Out Of Date. Was at version 0.8.0''' on 2016-12-20. Can you help to update it?

The simplest instructions to demo MediaGoblin (all data are lost when the container is stopped) make use of a mediagoblin image in the docker registry:


* sudo docker run -p 8080:80 dachary/mediagoblin
* sudo docker run -p 8080:80 dachary/mediagoblin
* www-browser http://localhost:8080
* www-browser http://localhost:8080


For more information about the Docker image, see https://notabug.org/dachary/mediagoblin-docker
'''Warning: The docker registry image used here was out of date, at version 0.8.0''' on 2016-12-20. See [https://notabug.org/dachary/mediagoblin-docker/issues/2 this issue]. To run the latest version, see [https://notabug.org/dachary/mediagoblin-docker Dockerized MediaGoblin].


= PaaS =
= PaaS =

Revision as of 14:57, 21 December 2016

Inventory of single step installation of MediaGoblin for demonstration purposes.

Containers

Docker

See Dockerized MediaGoblin for full information, including how to run MediaGoblin in production mode (preserving data).

The simplest instructions to demo MediaGoblin (all data are lost when the container is stopped) make use of a mediagoblin image in the docker registry:

Warning: The docker registry image used here was out of date, at version 0.8.0 on 2016-12-20. See this issue. To run the latest version, see Dockerized MediaGoblin.

PaaS

Sandstorm

Warning: Out Of Date. Was at version 0.7.1 on 2016-12-20. Can you help to update it?

Source code for the MediaGoblin Sandstorm app:

https://github.com/jparyani/mediagoblin