Sandstorm
This commit is contained in:
parent
f03dce377b
commit
e6325d597b
|
@ -6682,7 +6682,7 @@ For a mediagoblin site it is recommended to use a separate domain/subdomain, so
|
||||||
Install some dependencies.
|
Install some dependencies.
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
apt-get install git-core python python-dev python-lxml python-imaging python-virtualenv python-gst0.10 libjpeg8-dev sqlite3 libapache2-mod-fcgid gstreamer0.10-plugins-base gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg python-numpy python-scipy libsndfile1-dev
|
aptitude install git-core python python-dev python-lxml python-imaging python-virtualenv python-gst0.10 libjpeg8-dev sqlite3 libapache2-mod-fcgid gstreamer0.10-plugins-base gstreamer0.10-plugins-bad gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg python-numpy python-scipy libsndfile1-dev
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Create a user, replacing /mymediagoblindomain/ with the domain name for your mediagoblin site.
|
Create a user, replacing /mymediagoblindomain/ with the domain name for your mediagoblin site.
|
||||||
|
@ -6827,6 +6827,7 @@ Delete the existing configuration (in Emacs it's CTRL-x h then CTRL-w) and paste
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
allow from all
|
allow from all
|
||||||
|
LimitRequestBody 536870912
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
LogLevel warn
|
LogLevel warn
|
||||||
|
@ -7846,3 +7847,4 @@ service apache2 restart
|
||||||
* [[https://freedomboxfoundation.org/][Freedombox]]
|
* [[https://freedomboxfoundation.org/][Freedombox]]
|
||||||
* [[https://arkos.io/][ArkOS]]
|
* [[https://arkos.io/][ArkOS]]
|
||||||
* [[https://github.com/JoshData/mailinabox][Mail-in-a-Box]]
|
* [[https://github.com/JoshData/mailinabox][Mail-in-a-Box]]
|
||||||
|
* [[https://github.com/sandstorm-io/sandstorm][Sandstorm]]
|
||||||
|
|
Loading…
Reference in New Issue