EasyDeployment: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
(skeleton)
 
(→‎Docker: Improve this information.)
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Inventory of single step installation of MediaGoblin for demonstration purposes.
Intro to this page


= Containers =
= Containers =
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).

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
* www-browser http://localhost:8080

'''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 =


== Sandstorm ==
* sandstorm.io link

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

* sandstorm.io [https://demo.sandstorm.io/appdemo/70awyqss6jq2gkz7dwzsnvumzr07256pzdt3hda9acfuxwh6uh7h MediaGoblin demo]

Source code for the MediaGoblin Sandstorm app:

https://github.com/jparyani/mediagoblin

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