#722 closed defect (cant-reproduce)
deployment guide improvements
Reported by: | Danilo Tomasoni | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.7.0 |
Component: | documentation | Keywords: | deployment guide |
Cc: | Parent Tickets: |
Description
In deployment guide:
the line:
sql_engine = postgresql:///mediagoblin
should be replaced with the more informative
sql_engine = postgresql://your_mediagoblin_user@localhost/your_mediagoblin_database
Subtickets
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | 0.5.0 → 0.6.0 |
---|
comment:2 Changed 9 years ago by
Milestone: | 0.6.0 → 0.7.0 |
---|
comment:3 Changed 9 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:4 Changed 8 years ago by
Originally posted by anongoblin but the spam filter mis-marked it:
I found the information I was looking for in this defect, so it certainly would have helped me if it was in the full format.
This is useful when the postgresql server isn't set up in the default manner, and runs under a different username/machine/database-name
Note: See
TracTickets for help on using
tickets.
I'm not sure there's a sufficient reason to do this, so I'm closing this out. The existing version works great and is shorter.