|
@@ -6682,7 +6682,7 @@ For a mediagoblin site it is recommended to use a separate domain/subdomain, so
|
6682
|
6682
|
Install some dependencies.
|
6683
|
6683
|
|
6684
|
6684
|
#+BEGIN_SRC: bash
|
6685
|
|
-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
|
|
6685
|
+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
|
6686
|
6686
|
#+END_SRC
|
6687
|
6687
|
|
6688
|
6688
|
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
|
6827
|
6827
|
AllowOverride All
|
6828
|
6828
|
Order allow,deny
|
6829
|
6829
|
allow from all
|
|
6830
|
+ LimitRequestBody 536870912
|
6830
|
6831
|
</Directory>
|
6831
|
6832
|
|
6832
|
6833
|
LogLevel warn
|
|
@@ -7846,3 +7847,4 @@ service apache2 restart
|
7846
|
7847
|
* [[https://freedomboxfoundation.org/][Freedombox]]
|
7847
|
7848
|
* [[https://arkos.io/][ArkOS]]
|
7848
|
7849
|
* [[https://github.com/JoshData/mailinabox][Mail-in-a-Box]]
|
|
7850
|
+ * [[https://github.com/sandstorm-io/sandstorm][Sandstorm]]
|