aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix Sphinx build warnings, remove gNewSense, *buntu -> Ubuntu.Ben Sturmfels2020-04-283-6/+11
| | | | The * feels like it might confuse no-programmers.
* Add some initial release notes for 0.10.0 (incomplete).Ben Sturmfels2020-04-241-0/+34
|
* Switch to Python 3 by default.Ben Sturmfels2020-04-242-17/+17
| | | | Addresses #5592.
* Adding 'Waitress' where 'FastCGI' was previously referencedMichael Lynch2020-04-152-3/+3
|
* Removing flup and fastcgi from documentationMichael Lynch2020-04-143-54/+13
| | | | | | 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.
* Document SSL/TLS SMTP options.Ben Sturmfels2020-04-071-4/+6
|
* Use audio icon when spectrogram fails. Add note to doc:media-types.Jorge2020-04-021-3/+6
| | | | | | | | | | 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>
* Work around lack of scikits.audiolab support on Python 3.Ben Sturmfels2019-09-121-1/+4
|
* Fix bulkupload documentation example.Ben Sturmfels2019-09-121-1/+1
| | | | | The `bulkupload` command expects "dc:title", rather than "dcterms:title". Similar for description.
* Use https:// instead of git:// to clone [#5551]Andrew Browning2018-04-022-5/+5
| | | | This was partially addressed in eee3e41 but missed many items.
* remove mentions of mediagoblin_local.iniBoris Bobrov2017-11-135-40/+12
|
* clarify installation instructions about mediagoblin.iniBoris Bobrov2017-11-131-2/+5
|
* Handle collection in batchaddmedia commandSimen Heggestøyl2017-10-161-0/+1
| | | | | | | 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.
* Update batchaddmedia csv description docs [5458]Andrew Browning2017-10-081-1/+1
| | | | | | 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.
* Fix #5517 - Change docs to clone repo using httpsAndrew Browning2017-09-201-1/+1
|
* Properly escape asterisk in *buntuAndrew Browning2017-08-151-1/+1
|
* Switch to rabbitmq by default and in docsBoris Bobrov2017-06-091-2/+7
|
* Merge remote-tracking branch 'spechards-mediagoblin/master'Boris Bobrov2017-01-291-0/+1
|\ | | | | | | | | | | | | | | Conflicts: mediagoblin/submit/lib.py -- happened because of creator->actor change Fixes issue #915
| * Add collection option to 'addmedia' cli uploadingStéphane Péchard2014-07-131-0/+1
| |
* | Fix minor grammar issues in contributing docs; add new contributor.Ben Sturmfels2016-11-131-3/+2
| |
* | Add links in site-admin documentation forewordAlexandre Franke2016-11-131-3/+5
| | | | | | | | Fixes #5490
* | Spell-check the entire documentation.Ben Sturmfels2016-09-1820-159/+155
| |
* | Fix #822 - doc typo s/Plugin/PluginManager/Loic Dachary2016-07-251-1/+1
| | | | | | | | Signed-off-by: Loic Dachary <loic@dachary.org>
* | A bit of a documentation update around celery systemd init filesChristopher Allan Webber2016-07-131-0/+3
| |
* | doc: 0.9.0 release notesChristopher Allan Webber2016-03-291-0/+41
| | | | | | | | * doc/source/siteadmin/relnotes.rst: Add release notes for 0.9.0.
* | doc: Update developer migration docs for Alembic as primary migration systemChristopher Allan Webber2016-03-261-22/+22
| | | | | | | | | | | | * docs/source/devel/migrations.rst: Update to reflect sqlalchemy-migrate as being deprecated and Alembic as being the new way of doing migrations.
* | doc: Update plugins documentation in light of alembic branching usageChristopher Allan Webber2016-03-261-3/+24
| | | | | | | | | | | | | | * 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".
* | doc: Note that plugin authors must NEVER modify tables they don't controlChristopher Allan Webber2016-03-261-0/+5
| | | | | | | | * docs/source/pluginwriter/database.rst: New paragraph.
* | Update database docs for plugin authors for new alembic branching worldChristopher Allan Webber2016-03-261-27/+58
| | | | | | | | | | | | | | | | | | | | | | Things have gotten both easier and more complex in the branching world view. Plugins branch off of main with their own migrations. Generating these has become a bit easier, but the steps for doing this are a bit wordy to explain. * docs/source/pluginwriter/database.rst: Update both the "Creating new Tables" and "Changing the Database Schema Later" sections accordingly.
* | Basic explaination of how to deploy with Python 3.Christopher Allan Webber2016-02-201-1/+9
| | | | | | | | Could be better, but "works" for now.
* | Move Ubuntu -> *buntu because of absurd trademark issuesChristopher Allan Webber2016-02-193-5/+5
| | | | | | | | | | For more context, see: http://joeyh.name/blog/entry/trademark_nonsense/
* | Fix #947 - media_type configuration files locationLoic Dachary2016-01-221-0/+8
| | | | | | | | | | | | Document the location of the config_spec.ini files for media_types. Signed-off-by: Loic Dachary <loic@dachary.org>
* | Fix #5359 - unpriviledged -> unprivilegedLoic Dachary2016-01-191-3/+3
| |
* | Merge branch 'stable'Boris Bobrov2015-12-211-0/+53
|\ \
| * | Fixing typo (thanks breton)Christopher Allan Webber2015-12-201-1/+1
| | |
| * | 0.8.1 release notesChristopher Allan Webber2015-12-201-0/+53
| | |
* | | Kludgey documentation fix so that python 2 does not break with flupChristopher Allan Webber2015-12-141-0/+5
|/ / | | | | | | See also Issue #5373
* | Note that users have to install node.js :\Christopher Allan Webber2015-06-031-3/+8
| |
* | Better phrasing: "Should I Keep Open Registration Enabled?"Christopher Allan Webber2015-05-301-2/+2
| |
* | "Should I enable registration?" sectionChristopher Allan Webber2015-05-301-0/+23
| |
* | docs: Added handling of user_dev permissionsJim Campbell2015-05-261-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | Clarifying the "note these steps"Christopher Allan Webber2015-05-221-1/+2
| |
* | No need to run git submodule init/update, run by bootstrap.shChristopher Allan Webber2015-05-221-1/+1
| |
* | Switch git remote urlChristopher Allan Webber2015-05-221-0/+2
| |
* | Wrong version number. Stupid copy-pasta!Christopher Allan Webber2015-05-221-1/+1
| |
* | 0.8.0 release notesChristopher Allan Webber2015-05-221-0/+52
| | | | | | | | | | Theoretically correct... I need to verify that the steps work as expected
* | docs: Set paster service to start before celeryJim Campbell2015-05-191-1/+2
| | | | | | | | | | | | For some reason, celery wouldn't start if I started it first. Setting paster to start first. Celery starts just fine on initial run after paster is running.
* | docs: Updated permissions. Tweaked install detailsJim Campbell2015-05-191-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added nginx to installation packages. We say that our install uses nginx, so users should skip nginx if they want to use apache. Also, our group permissions depend on a web server being installed. Changed install directory for mediagoblin acct to /var/lib/mediagoblin It works better if we need to back up data. Assigned mediagoblin user to the same group as the web server. This is needed so that the server can access uploaded media. Created mediagoblin group for non-web-server things such as logs.
* | docs: Removed systemcl enable/start. Already issued.Jim Campbell2015-05-181-5/+0
| | | | | | | | | | | | Debian-based platforms start the postgres server by default after installation. For RPM-based distros, we've already issued these commands prior to configuring the postgres server.
* | docs: Need to start postgres on rpm distrosJim Campbell2015-05-181-3/+5
| | | | | | | | | | | | | | Need to enable / start postgres database on rpm-based distros before you create the postgres mediagoblin user and database. If you don't start the database server, you can't create a database user or database.