diff --git a/beaglebone.txt b/beaglebone.txt index 9653e92b..652c313f 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -6682,7 +6682,7 @@ For a mediagoblin site it is recommended to use a separate domain/subdomain, so Install some dependencies. #+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 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 Order allow,deny allow from all + LimitRequestBody 536870912 LogLevel warn @@ -7846,3 +7847,4 @@ service apache2 restart * [[https://freedomboxfoundation.org/][Freedombox]] * [[https://arkos.io/][ArkOS]] * [[https://github.com/JoshData/mailinabox][Mail-in-a-Box]] + * [[https://github.com/sandstorm-io/sandstorm][Sandstorm]]