Opened 13 years ago
Closed 12 years ago
#470 closed enhancement (fixed)
Add more information to mediagoblin.ini
| Reported by: | Aleksej | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | programming | Keywords: | |
| Cc: | Parent Tickets: |
Description
Changes to mediagoblin_local.ini often require running “./bin/gmg/dbupdate” or installing some dependencies. That should be mentioned in the comments in the file.
For instance,
- changing the database requires at least dbupdate;
- adding a new media type requires dbupdate and installing dependencies (mention the documentation page “media-types”).
Attachments (1)
Change History (6)
comment:2 by , 13 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 12 years ago
| Status: | assigned → in_progress |
|---|
Hi! I'm moving this ticket from "assigned" to in_progress per our new workflow. Please update the ticket and let us know if you're still working on this. If you are, super great! If not, we'll remove the claim and move it back to "accepted" in a couple of weeks.
Thanks!
comment:4 by , 12 years ago
| Owner: | removed |
|---|---|
| Status: | in_progress → review |
This ticket is mostly done already, but I'll just submit a very minor patch to complete it.
comment:5 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
So I merged this patch, minus the addition of the allow_comments stuff. cwebb and I don't want to crowd this file and we think that it would be better to just document mediagoblin/config_spec.ini.
Thank you.

Should it also mention audio and ASCII art plug-ins, themes, attachments etc?
Also the [plugins] section is currently commented out.