Bob Mottram пре 11 година
родитељ
комит
b572eff78c
1 измењених фајлова са 15 додато и 1 уклоњено
  1. 15
    1
      beaglebone.txt

+ 15
- 1
beaglebone.txt Прегледај датотеку

5653
 
5653
 
5654
 ** Install Mediagoblin
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
 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.
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
 Install some dependencies.
5664
 Install some dependencies.
5688
 emacs mediagoblin_local.ini
5694
 emacs mediagoblin_local.ini
5689
 #+END_SRC
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
 #+BEGIN_SRC: bash
5707
 #+BEGIN_SRC: bash
5694
 ./bin/gmg dbupdate
5708
 ./bin/gmg dbupdate