-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME
52 lines (37 loc) · 1.92 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
========
README
========
Sandstorm
=========
This Sandstorm app uses docker to build it's package.
* You must have docker v1.1+ installed.
* First run `docker build -t mediagoblin .` to build the docker image
* Then you will need to run the image with `docker run -p 6543:6543 --dns='127.0.0.1' -i -t mediagoblin /sbin/my_init -- /bin/bash`
* Exit this image after it has booted up and run the app successfully. Then run `./export_docker.sh` from this directory to export the last run docker container into a folder named `dockerenv`.
* Once this is done, `spk dev` and `spk pack` should now work like normal
What is GNU MediaGoblin?
========================
* A place to store all your different media (photos, videos, audios,
and more!) that’s as awesome as, if not more awesome than, existing
network services (Flickr, YouTube, etc)
* Customizable!
* A place for people to collaborate and show off original and derived
creations. Free, as in freedom. We’re a GNU project after all.
* Extensible: Plugins allow you to add new media types (3d models?
Presentations and documents? Yes, and more!) or extend old ones.
* A real community, and we'd love to have you join us!
Is it ready for me to use?
==========================
Yes!
Can I help/hang out/participate/whisper sweet nothings in your ear?
===================================================================
Yes! Please join us and hang out! For more information on where we
hang out, see `our Join page <http://mediagoblin.org/join/>`_
Where is the documentation?
===========================
The beginnings of a site administration manual is located in the ``docs/``
directory in HTML, Texinfo, and source (Restructured Text) forms. It's
also available online at http://docs.mediagoblin.org/ in HTML form.
Contributor/developer documentation as well as documentation on the
project processes and infrastructure is located on
`the wiki <http://wiki.mediagoblin.org/>`_.