Bob Mottram 11 лет назад
Родитель
Сommit
b572eff78c
1 измененных файлов: 15 добавлений и 1 удалений
  1. 15
    1
      beaglebone.txt

+ 15
- 1
beaglebone.txt Просмотреть файл

@@ -5653,6 +5653,12 @@ When following other GNU Social users enter the URL of your profile.  For exampl
5653 5653
 
5654 5654
 ** Install Mediagoblin
5655 5655
 
5656
+#+BEGIN_VERSE
5657
+/The silos that are the main current points of media sharing are not only vulnerable to attacks on free speech, but also hamper important grassroots economic activity by privileging the interests of a tiny minority over those of most of the world./
5658
+#+END_VERSE
5659
+
5660
+Mediagoblin allows you to have a YouTube/Soundcloud/Flickr/Picasa type of site to share your pictures, videos or audio files.  An advantage of not having any company in the middle is that you can't be arbitrarily censored without any explanation, as seems to frequently occur on YouTube.  It is recommended that you use media formats which are not encumbered by patents, such as /ogg/ or /ogv/.
5661
+
5656 5662
 For a mediagoblin site it is recommended to use a separate domain/subdomain, so see [[Setting up a web site]] for details of how to create an Apache configuration for your microblog.  If you're using freedns then you will need to create a new subdomain.
5657 5663
 
5658 5664
 Install some dependencies.
@@ -5688,7 +5694,15 @@ cp paste.ini paste_local.ini
5688 5694
 emacs mediagoblin_local.ini
5689 5695
 #+END_SRC
5690 5696
 
5691
-Change *email_sender_address* to your email address and set *email_debug_mode* to false, then save and exit.
5697
+Change *email_sender_address* to your email address and set *email_debug_mode* to false.  Also append the following to the bottom of the file, under the *plugins* section.
5698
+
5699
+#+BEGIN_SRC: bash
5700
+[[mediagoblin.media_types.image]]
5701
+[[mediagoblin.media_types.video]]
5702
+[[mediagoblin.media_types.stl]]
5703
+#+END_SRC
5704
+
5705
+Then save and exit.
5692 5706
 
5693 5707
 #+BEGIN_SRC: bash
5694 5708
 ./bin/gmg dbupdate