44 Commits

Author SHA1 Message Date
Jim Campbell
4ec1af1191 docs: Added npm/nodejs as a dependency. Also added automake.
These new dependencies are required as part of the 0.8 release.
Fixes https://issues.mediagoblin.org/ticket/5075
2015-03-29 13:39:09 -05:00
Christopher Allan Webber
82be36d125 Merge branch 'stable'
Conflicts:
	docs/source/siteadmin/deploying.rst
2015-03-19 20:44:49 -05:00
Christopher Allan Webber
47f66be97c git clone from https instead of git:// because gitorious broke the latter 2015-03-19 20:38:07 -05:00
Christopher Allan Webber
41dbb27a4f Switch docs over to suggest using bootstrap with configure and make 2015-02-22 14:47:33 -06:00
Jessica Tallon
2acf47d8cd Officially drop support for Python 2.6 (see #966) 2015-02-17 14:26:06 +01:00
Christopher Allan Webber
7a917e291a Recommend cloning the stable branch instead of master from now on
This commit sponsored by Karen Rustad.  You're awesome, Karen!
2014-12-14 12:56:33 -06:00
Christopher Allan Webber
f44bd7dc87 Patch by Sturm: explain permissions on media directories in deployment docs
This should hopefully reduce the amount that users are confused by their
media files not being available.
2014-11-20 11:36:29 -06:00
Christopher Allan Webber
f0e137ab2e Update docs: it's now ./bootstrap.sh, also, you need to get a copy of mediagoblin.ini 2014-10-10 14:42:17 -05:00
Christopher Allan Webber
d60d686a14 eek, should be python2 not python22 2014-08-22 09:54:55 -05:00
Christopher Allan Webber
23002ee77f Set up virtualenv to use py2
This commit sponsored by Jonas Öberg.  Thanks Jonas!
2014-08-03 14:09:31 -05:00
Elrond
138d934f01 Make chown more generic.
Some distributions (ubuntu 14.04 maybe?) don't create a
group for a new user.  So change the "chown" to use the
primary group of the user instead of forcing the group.
This should do the right thing in more cases.

Old: chown mediagoblin:mediagoblin
New: chown mediagoblin:
2014-07-30 19:51:23 +02:00
Christopher Allan Webber
e99431cc05 As Elrond points out, git submodule should come first!
This commit sponsored by Sebastien Hut.  Thanks Sebastien!
2014-07-12 08:59:55 -05:00
Christopher Allan Webber
ac7f3b17bf git submodule fetch -> git submodule update 2014-06-02 10:34:16 -05:00
Christopher Allan Webber
4a0778b3c1 Move ./bootstrap.sh to experimental-bootstrap.sh 2014-04-03 10:13:02 -05:00
Christopher Allan Webber
5526150e1a Make the MediaGoblin databse user creation more deterministic.
Thanks RuiSeabra for the suggestion!

This commit sponsored by Chad Glendenin.  Thanks, Chad!
2014-03-29 12:28:19 -05:00
Christopher Allan Webber
f055b47507 Explicitly use /bin/bash even if shell is /bin/false 2014-03-08 12:38:41 -06:00
Christopher Allan Webber
a040f72ded Changing "su -" to just "su"... considerably simpler.
I don't think inheriting environment stuff is a serious issue.
2014-03-08 12:28:23 -06:00
Christopher Allan Webber
1b4a9f2605 Tyops in deployment docs as pointed out by @latchkeyed@identi.ca.
Thanks for noticing and correcting!
2014-02-20 14:06:36 -06:00
Christopher Allan Webber
e27e04a390 mediagoblin -> mediagoblin
Thanks Luismi for pointing this out!
2014-02-19 17:30:57 -06:00
Christopher Allan Webber
5a756fb819 Revert "Temporarily switching git:// to http://"
This reverts commit 18922af5830f4a7686ec3b3ff11dc309a5a9cca6.
2013-09-05 09:51:22 -05:00
Christopher Allan Webber
18922af583 Temporarily switching git:// to http:// 2013-09-05 09:37:08 -05:00
Christopher Allan Webber
3b8251f329 Switch docs back over to using old virtualenv setup while we resolve issue #755 2013-08-26 15:50:47 -05:00
Christopher Allan Webber
24e6c34e88 Merge branch 'merge-pyconfigure'
Conflicts:
	docs/source/siteadmin/deploying.rst
2013-08-07 11:57:12 -05:00
Rodney Ewing
9b60486894 minor styling updates to docs 2013-07-31 15:16:52 -07:00
Rodney Ewing
bc23c8b9b6 Merge commit 'refs/merge-requests/59' of git://gitorious.org/mediagoblin/mediagoblin into merge-requests/59 2013-07-31 15:07:44 -07:00
Christopher Allan Webber
99d79749c4 Set up in-package virtualenv via make 2013-07-25 15:15:49 -05:00
Christopher Allan Webber
b889f97156 Move the "cd mediagoblin" to the right line. Thanks usrnix!
This commit sponsored by Kenneth Dombrowski.  Thanks!
2013-07-23 20:24:30 -05:00
Christopher Allan Webber
64ad0beea8 Fixing docs: git submodule update, not git submodule fetch!
This commit sponsored by Charles Combs.  Thank you!
2013-07-14 21:05:01 -05:00
Christopher Allan Webber
d3b1fd2e60 Updating docs regarding pulling in and fetching git submodules
We use this for PDF.js now... we should reference that.

This commit sponsored by Bonnie King.  Thanks!
2013-07-10 16:29:50 -05:00
Christopher Allan Webber
24ede04415 Documentation changes to reflect new plugin assetlink stuff
- updated old theme assetlink section to reflect new location of
   ./bin/gmg assetlink and removed comment about the plugin command
   being temporary.
 - Added a new section to the standard config file on where to put the
   plugin_static section
 - Added release notes about said section

This commit sponsored by Thomas Webber.  Thanks, Dad!
2013-05-23 13:43:04 -05:00
Christopher Allan Webber
041d2fd785 Just word-wrapping the recent changes to the deployment docs. 2013-05-17 15:10:34 -05:00
Jim Campbell
fd5c35e54c docs: started refactoring of the deployment docs. several updates to make the configuration steps more explicit. 2013-05-13 01:04:42 -05:00
Sam Tuke
a7d2a8924e Added info about editing mediagoblin.ini
Added link to Apache deployment instructions
2013-05-06 16:19:10 +02:00
Elrond
b835e15319 Add warning about crypt/itsdangeroussecret.bin.
You should not leak that file, really.
2013-04-30 00:26:06 +02:00
Christopher Allan Webber
71ef20078c Adding some help about what to do if flup flakes out on you 2013-04-10 10:52:39 -05:00
Christopher Allan Webber
a49c741f11 Removing stray character from pythonsnake's doc change and filling comment
This commit sponsored by Johannes Knabbe.  Thank you!
2013-02-24 16:38:01 -06:00
pythonsnake
37b48053e9 Fix bug 461 2013-02-24 16:38:01 -06:00
Christopher Allan Webber
9d5cd0b924 Adding info to the docs about running dbupdate
Both adding info to run it when adding new media types, and adding
info that you might need to stop mediagoblin before you run these
commands.
2012-12-14 18:29:00 -06:00
Elrond
c356dc1635 Very small typo fix in deploying docs.
Thanks to #mediagoblin.
2012-11-20 14:32:29 +01:00
Christopher Allan Webber
4d8a3cd808 Suggest checking out the wiki for additional recipes 2012-11-19 12:17:44 -06:00
Christopher Allan Webber
8d9aa03fba Fixing grammar on telling users to run dbupdate 2012-08-05 10:14:15 -05:00
Christopher Allan Webber
cd1abb1172 Reference the new theme aliasing nginx stuff in the theming documentation 2012-07-27 09:02:07 -05:00
Christopher Allan Webber
8d051cc085 Add documentation on how to alias your theme static files 2012-07-27 08:48:25 -05:00
Will Kahn-Greene
2530ef7a1f Split docs into siteadmin and pluginwriter guides
* create initial bits for plugin writer's guide
* move siteadmin stuff to site administrator's guide
* rework index.rst to support multiple guides
* tweak some text
* move files into subdirectories

I verified that this still works with html and texinfo build targets.
There's still a lot of work to do, but this is a good start.
2012-05-23 20:21:03 -04:00