EasyDeployment: Difference between revisions
Jump to navigation
Jump to search
Julianfoad (talk | contribs) (Note out-of-dateness.) |
Julianfoad (talk | contribs) (→PaaS: Link to the source code) |
||
Line 17: | Line 17: | ||
* sandstorm.io [https://demo.sandstorm.io/appdemo/70awyqss6jq2gkz7dwzsnvumzr07256pzdt3hda9acfuxwh6uh7h MediaGoblin demo] |
* 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:04, 21 December 2016
Inventory of single step installation of MediaGoblin for demonstration purposes.
Containers
Docker
Warning: Out Of Date. Was at version 0.8.0 on 2016-12-20. Can you help to update it?
- sudo docker run -p 8080:80 dachary/mediagoblin
- www-browser http://localhost:8080
For more information about the Docker image, see https://notabug.org/dachary/mediagoblin-docker
PaaS
Warning: Out Of Date. Was at version 0.7.1 on 2016-12-20. Can you help to update it?
- sandstorm.io MediaGoblin demo
Source code for the MediaGoblin Sandstorm app: