EasyDeployment: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
(→‎Docker: Pointing to a more recently maintained version of Docker and adding better instructions)
m (→‎Docker: Adding admin credentials)
Line 17: Line 17:


Visit [http://localhost:8080 http://localhost:8080] in your browser to see your Dockerized MediaGoblin instance.
Visit [http://localhost:8080 http://localhost:8080] in your browser to see your Dockerized MediaGoblin instance.

Admin credentials are:

* Username: '''admin'''
* Password: '''admin'''


For full details on running the Docker image or rebuilding your own custom image, see [https://github.com/mtlynch/mediagoblin-docker https://github.com/mtlynch/mediagoblin-docker].
For full details on running the Docker image or rebuilding your own custom image, see [https://github.com/mtlynch/mediagoblin-docker https://github.com/mtlynch/mediagoblin-docker].

Revision as of 13:10, 24 April 2020

Inventory of single step installation of MediaGoblin for demonstration purposes.

Containers

Docker

While MediaGoblin has no official Docker image, mtlynch maintains the most up-to-date version.

To run it:

 docker run \
   --tty \
   --detach \
   --publish 8080:6543 \
   --name mediagoblin \
   mtlynch/mediagoblin

Visit http://localhost:8080 in your browser to see your Dockerized MediaGoblin instance.

Admin credentials are:

  • Username: admin
  • Password: admin

For full details on running the Docker image or rebuilding your own custom image, see https://github.com/mtlynch/mediagoblin-docker.

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