Ben Sturmfels
06d8fc8917
docs: Note possible permission issues during install.
2020-04-30 15:11:55 +10:00
Ben Sturmfels
3a1fb089e8
Test and update the media-types docs with Debian 10 and CentOS.
...
Unfortunately wasn't able to get video going in CentOS.
2020-04-29 13:27:01 +10:00
Ben Sturmfels
54fc0a8d26
Fix headings in production.rst.
2020-04-29 10:02:00 +10:00
Ben Sturmfels
464a5d7fba
Fix some docs build warnings.
2020-04-29 09:55:28 +10:00
Ben Sturmfels
35494ed66c
Add CentOS rabbitmq instructions.
2020-04-29 09:07:01 +10:00
Ben Sturmfels
62a565e13b
Review and update the deploment docs for Debian 10 and CentOS 8 [ #5593 ].
...
Mostly a thorough test and cleanup. The significant change is moving the systemd
config into the deployment docs an the registration/security considerations to
production considerations docs.
2020-04-29 02:19:16 +10:00
Ben Sturmfels
16fbe85247
Fix dependencies and tests for clean Python 2 & 3 test runs under Docker.
...
This change gives a clean test run in the Debian-based Python 2 and Python 3
docker images.
2020-04-28 18:23:24 +10:00
Ben Sturmfels
4f3f70d15a
Remove spectrograms from Python 2 also [ #5594 ].
...
For 0.10.0 we're removing specrograms entirely for reliability. This change only
disables spectrograms and updates install docs and Dockerfiles. We still need
to strip out all the spectrogram code and extlib/freesound/.
2020-04-28 18:19:57 +10:00
Ben Sturmfels
6808038a06
Properly quote --without-python3 in docs ( #5596 ).
2020-04-28 13:40:39 +10:00
Ben Sturmfels
4e28403812
Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu.
...
The * feels like it might confuse no-programmers.
2020-04-28 13:38:47 +10:00
Ben Sturmfels
9d1bb738f3
Add some initial release notes for 0.10.0 (incomplete).
2020-04-24 15:42:30 +10:00
Ben Sturmfels
100f626551
Switch to Python 3 by default.
...
Addresses #5592 .
2020-04-24 14:38:16 +10:00
Michael Lynch
e8be472273
Adding 'Waitress' where 'FastCGI' was previously referenced
2020-04-15 20:14:11 -04:00
Michael Lynch
82c2f9a912
Removing flup and fastcgi from documentation
...
flup is not supported on Python3, so MediaGoblin doesn't have a supported way to enable FastCGI support.
This change removes all references to flup and FastCGI and updates deployment instructions to use simple HTTP forwarding with nginx to access mediagoblin's non-static resources.
2020-04-14 20:45:54 -04:00
Ben Sturmfels
15ddb7c0ec
Document SSL/TLS SMTP options.
2020-04-07 16:45:17 +10:00
Jorge
2b487fc16d
Use audio icon when spectrogram fails. Add note to doc:media-types.
...
In addition to side-stepping spectrograms completely in Python 3 in 1038aea8,
this commit adds some fallbacks that will help with potential issues in Python 2.
Fixes Issue #5457
Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
Author: Jorge <mediagoblin@gybs.waa>
2020-04-02 16:58:11 +11:00
Ben Sturmfels
97dcfe3725
Work around lack of scikits.audiolab support on Python 3.
2019-09-12 19:59:11 +10:00
Ben Sturmfels
9618899480
Fix bulkupload documentation example.
...
The `bulkupload` command expects "dc:title", rather than "dcterms:title".
Similar for description.
2019-09-12 14:39:11 +10:00
Andrew Browning
7ab8ca61c4
Use https:// instead of git:// to clone [ #5551 ]
...
This was partially addressed in eee3e41 but missed many items.
2018-04-02 01:34:37 -04:00
Boris Bobrov
f5e48d9edf
remove mentions of mediagoblin_local.ini
2017-11-13 02:43:25 +03:00
Boris Bobrov
94c10f1c57
clarify installation instructions about mediagoblin.ini
2017-11-13 02:38:44 +03:00
Simen Heggestøyl
4727ee109e
Handle collection in batchaddmedia command
...
Make the batchaddmedia command look for a 'collection-slug' column, that
for each row may specify the slug of a collection that the media should
be added to. This matches the '--collection-slug' argument of the
addmedia command.
2017-10-16 18:22:30 +03:00
Andrew Browning
0af3ba7fc1
Update batchaddmedia csv description docs [5458]
...
Commit c0ea2bad changed the expected location column header of csv files
used by the batchaddmedia command from 'media:location' to 'location'.
This change updates the docs to match.
2017-10-08 16:26:46 -04:00
Andrew Browning
eee3e41bcf
Fix #5517 - Change docs to clone repo using https
2017-09-20 01:39:46 -04:00
Andrew Browning
5487c3b0d9
Properly escape asterisk in *buntu
2017-08-15 02:29:54 -04:00
Boris Bobrov
2e1e96503e
Switch to rabbitmq by default and in docs
2017-06-09 23:49:24 +03:00
Boris Bobrov
f86dafe2a0
Merge remote-tracking branch 'spechards-mediagoblin/master'
...
Conflicts:
mediagoblin/submit/lib.py -- happened because of creator->actor
change
Fixes issue #915
2017-01-29 19:09:06 +03:00
Ben Sturmfels
2ed2dbb2ba
Fix minor grammar issues in contributing docs; add new contributor.
2016-11-13 09:50:51 +11:00
Alexandre Franke
754a8867c0
Add links in site-admin documentation foreword
...
Fixes #5490
2016-11-13 09:49:44 +11:00
Ben Sturmfels
9650aa394b
Spell-check the entire documentation.
2016-09-18 16:28:22 +03:00
Christopher Allan Webber
1f23be2d85
A bit of a documentation update around celery systemd init files
2016-07-13 09:11:40 -05:00
Christopher Allan Webber
6686502f17
doc: 0.9.0 release notes
...
* doc/source/siteadmin/relnotes.rst: Add release notes for 0.9.0.
2016-03-29 11:30:26 -07:00
Christopher Allan Webber
cca25b6fcf
doc: Update plugins documentation in light of alembic branching usage
...
* docs/source/siteadmin/plugins.rst:
Added a reminder to run "./bin/gmg dbupdate" after installing a plugin.
Added a new "Deactivating plugins" section.
Renamed "Removing plugins" to "Removing plugin packages".
2016-03-26 11:39:08 -07:00
Christopher Allan Webber
e2212f944b
Basic explaination of how to deploy with Python 3.
...
Could be better, but "works" for now.
2016-02-20 12:47:59 -08:00
Christopher Allan Webber
c9cdb03657
Move Ubuntu -> *buntu because of absurd trademark issues
...
For more context, see:
http://joeyh.name/blog/entry/trademark_nonsense/
2016-02-19 11:51:20 -08:00
Loic Dachary
63b5959fd4
Fix #947 - media_type configuration files location
...
Document the location of the config_spec.ini files for media_types.
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-01-22 11:10:45 -08:00
Loic Dachary
6ec0393df0
Fix #5359 - unpriviledged -> unprivileged
2016-01-19 15:19:08 -08:00
Boris Bobrov
63053f8c66
Merge branch 'stable'
2015-12-21 02:46:24 +03:00
Christopher Allan Webber
ca3dd10e2b
Fixing typo (thanks breton)
2015-12-20 10:58:43 -06:00
Christopher Allan Webber
9b9c04e6ac
0.8.1 release notes
2015-12-20 09:53:25 -06:00
Christopher Allan Webber
13f187992a
Kludgey documentation fix so that python 2 does not break with flup
...
See also Issue #5373
2015-12-14 14:19:20 -06:00
Christopher Allan Webber
3169dde0c4
Note that users have to install node.js :\
2015-06-03 22:15:11 -05:00
Christopher Allan Webber
f5ac2b61f7
Better phrasing: "Should I Keep Open Registration Enabled?"
2015-05-30 10:34:10 -05:00
Christopher Allan Webber
3f088a3f3d
"Should I enable registration?" section
2015-05-30 10:27:54 -05:00
Jim Campbell
b791ae973c
docs: Added handling of user_dev permissions
...
The user_dev directory gets created when users get established
and they start uploading media. However, the permissions aren't
correct on the directory as it gets created.
As a workaround, we create the directory at this stage, and then
set the proper permissions.
See this mailing list post for more information:
http://lists.mediagoblin.org/pipermail/devel/2015-May/001201.html
2015-05-26 00:44:10 -05:00
Christopher Allan Webber
c2382bd4ea
Clarifying the "note these steps"
2015-05-22 11:28:23 -05:00
Christopher Allan Webber
6adee95a25
No need to run git submodule init/update, run by bootstrap.sh
2015-05-22 11:15:00 -05:00
Christopher Allan Webber
11199c3161
Switch git remote url
2015-05-22 11:11:42 -05:00
Christopher Allan Webber
4baccdf89e
Wrong version number. Stupid copy-pasta!
2015-05-22 11:08:45 -05:00
Christopher Allan Webber
a87db7f547
0.8.0 release notes
...
Theoretically correct... I need to verify that the steps work as
expected
2015-05-22 10:53:43 -05:00