Jim Campbell
ec255f63be
docs: Copy paste.ini to paste_local.ini
...
Some scripts on the internet have referenced paste_local.ini, so
it is safer to have a copy on the filesystem by default, even if
the user doesn't need to change any of the values for a regular
setup.
2015-05-11 19:00:40 -05:00
Jim Campbell
94a5d6a81d
docs: Typo fix. Fixed repated reference to gstreamer1.0-libav
2015-05-11 19:00:40 -05:00
Jim Campbell
8af91ceae7
docs: Updated gstreamer audio media type requirements to gst-1.0
...
Previous media type docs referenced gstreamer0.10, but we've updated
to gstreamer1.0.
Also, Debian ships libav instead of ffmpeg now. Updated docs
accordingly
Finally, simplified the install instructions to two commands instead
of four commands.
2015-05-11 19:00:40 -05:00
Christopher Allan Webber
8d59cd1f98
Note on what --without-virtualenv does
2015-04-28 14:14:44 -05:00
Jim Campbell
ef2642f7bb
docs: Require nodejs-legacy on Debian-based systems. Remove un-needed text.
...
Per this announcement [0], Debian is using 'nodejs-legacy' as a
compatability package for what they used to call 'node'.
- Fixes bug 5080 [1].
Remove note about warning that users would no longer see.
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614907#108
[1] https://issues.mediagoblin.org/ticket/5080
2015-04-19 12:39:05 -05:00
Jim Campbell
44db13fa84
docs: Updated deployment docs to use sudo. Other various fixes.
...
- Use sudo instead of root user but give info on how to configure sudo.
- Changed docs to reference Jessie as the stable version of Debian
- Corrected the command to create the 'mediagoblin' system account
- Fixes https://issues.mediagoblin.org/ticket/5083
2015-04-19 12:01:10 -05:00
Christopher Allan Webber
a35b7c7fb3
Merge branch 'stable'
...
Conflicts:
docs/source/siteadmin/deploying.rst
docs/source/siteadmin/relnotes.rst
2015-04-17 17:09:06 -05:00
Christopher Allan Webber
9fa1e602b4
Noting the possibility that users may need to update origin to Savannah
2015-04-17 17:00:54 -05:00
Boris Bobrov
4fd98b70d2
change git address to savannah's git
2015-04-17 16:56:18 -05:00
Christopher Allan Webber
3ae2371242
Don't forget to stop the processes, too!
2015-04-17 16:31:56 -05:00
Christopher Allan Webber
50c6dc2bf1
Always be backing up
2015-04-17 16:31:56 -05:00
Boris Bobrov
f6d1b29f82
fix incorrect syntax in docs (bug 5310)
2015-04-11 01:02:08 +03:00
Jim Campbell
9a1ba0e87f
docs: Removed note about installing from master. Clarified root/nonroot usage.
...
There was a note informing the user that they should be aware that we
encourage them to install from the *master* branch, but we no longer
do that. If they follow our deployment docs, they will pull in &
use the *stable* branch.
Also clarified some root / non-root system usage by either specifying
a leading *hash* symbol to indicate a root-based command, or a
dollar sign to indicate a non-root command.
2015-03-30 23:47:49 -05:00
Jim Campbell
c3075e9178
docs: Updated instructions re: Postgresql setup
...
Added information about needed packages for RPM-based systems,
and simplified instructions to rely on the root account rather than
sudo-based instructions.
If a user has sudo access, they can easily add "sudo" to the needed
commands.
Also added information about enabling postgres to start on boot
and how to start it for the current session.
2015-03-30 23:40:01 -05:00
Jim Campbell
6663dfa38c
docs: Switched to 'useradd', as it is a more cross-distro cmd.
...
'adduser' is installed on Debian-based systems by default, but is
not installed by default on Fedora-based systems. 'useradd' is
installed by default on Debian-based systems, as well. The
'useradd'-based command provides the same functionality as
'adduser' in this case, though setting up a 'system' user with
no password.
Per bug 886, I've added the '--user-group' flag, which creates a
mediagoblin group, and assigns the mediagoblin user to this
group, too.
2015-03-29 19:40:36 -05:00
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
Christopher Allan Webber
dbc383d483
Merge remote-tracking branch 'refs/remotes/breton/new_gst10'
2015-02-18 15:22:52 -06:00
Boris Bobrov
eade529e18
added missing package to deployment instructions
2015-02-18 23:25:41 +03:00
Jessica Tallon
2acf47d8cd
Officially drop support for Python 2.6 (see #966 )
2015-02-17 14:26:06 +01:00
Boris Bobrov
919cd2fd41
added docs about new gstreamer
2015-02-16 13:41:09 +03:00
Berker Peksag
2757e76cf7
Silenced a Sphinx warning.
...
docs/source/siteadmin/relnotes.rst:72: WARNING: Title underline too short.
2015-01-09 23:25:59 +02: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
Jessica Tallon
11f0e2f89b
Add documentation on changing data dir and Fix stylistic changes
2014-09-29 09:04:04 +01:00
Christopher Allan Webber
b95d06f6d0
Fixing bullet points, sigh
2014-09-21 15:52:37 -05:00
Christopher Allan Webber
be1dfb991d
Updated the release notes
2014-09-21 12:39:04 -05:00
Christopher Allan Webber
cb9f5570f9
Correcting, host-meta not webfinger.
2014-08-27 12:27:04 -05:00
Christopher Allan Webber
fcee02a776
Run the following to fix the missing git submodule init step
2014-08-27 12:26:23 -05:00
Christopher Allan Webber
c7690151cc
Also add git submodule init to the release docs
2014-08-26 12:31:29 -05:00
Christopher Allan Webber
3b56b277d1
Updating release notes.
2014-08-25 11:43:17 -05:00
Christopher Allan Webber
2352f7c862
not yet, anyway.
2014-08-22 16:21:48 -05:00
Christopher Allan Webber
b7d854bfe1
Blog media type doc
2014-08-22 16:13:09 -05:00
Christopher Allan Webber
d60d686a14
eek, should be python2 not python22
2014-08-22 09:54:55 -05:00
Jessica Tallon
9246a6ba89
Tidy up federation code and add tests to cover more of the APIs
2014-08-18 10:51:32 -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
Odin Hørthe Omdal
ffbf9c8b43
Implement Raw Image media type plugin
2014-07-16 14:29:58 -05: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
tilly-Q
65f5714118
Adjusted batchaddmedia to make use of more internal nodes. Added to the docs.
2014-05-13 18:24:26 -04:00
tilly-Q
1d09e8b4f1
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin into metadata
...
Conflicts:
mediagoblin/gmg_commands/__init__.py
2014-05-13 15:24:59 -04:00
tilly-Q
8524a6bdc5
Added documentation for the batchaddmedia gmg tool to the mediagoblin docs.
2014-05-12 17:02:31 -04: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