Opened 11 years ago
Last modified 11 years ago
#279 closed task (FIXED)
Make scripts default to mediagoblin_local.ini if exists, mediagoblin.ini otherwise
Reported by: | Christopher Allan Webber | Owned by: | Christopher Allan Webber |
---|---|---|---|
Priority: | minor | Milestone: | 0.2.0 |
Component: | documentation | Keywords: | |
Cc: | Parent Tickets: |
Description
It's both hard to document and hard to follow to provide commands where you can specify your own config file, but then you have to specify that config file every single time for every command afterwards. We know people are going to write their own config files... we've already .gitignore'd paste\_local.ini and mediagoblin\_local.ini. When no config file is passed in, we should make it so that it checks for and uses mediagoblin\_local.ini first and if that doesn't exist uses mediagoblin.ini. This will allow for a simple way for users to configure mediagoblin and be able to run commands without accidentally running them on the wrong (non-custom) config files, and reduce a certain amount of verbage in our docs.
Subtickets
Change History (7)
comment:2 Changed 11 years ago by
lazyserver should default to paste\_local also. Runtests doesn't need to though :)
comment:3 Changed 11 years ago by
The last point is simple.
Done in branch: misc/lazyserver\_paste\_local
This also adds the ``--server-name`` option in the help's example
section, might help someone!
comment:4 Changed 11 years ago by
Milestone: | → 0.1.0 |
---|---|
Owner: | set to Christopher Webber |
Updates made, including those in Elrond's branch! Merged & pushed!
comment:5 Changed 11 years ago by
Milestone: | 0.1.0 → 0.2.0 |
---|
comment:6 Changed 11 years ago by
The original url for this bug was http://bugs.foocorp.net/issues/620 .
Relations:
#270: related
Note: See
TracTickets for help on using
tickets.