Opened 11 years ago

Closed 10 years ago

Last modified 9 years ago

#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

Change History (4)

comment:1 by Christopher Allan Webber, 11 years ago

Milestone: 0.5.00.6.0

comment:2 by Christopher Allan Webber, 10 years ago

Milestone: 0.6.00.7.0

comment:3 by Christopher Allan Webber, 10 years ago

Resolution: worksforme
Status: newclosed

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.

comment:4 by Christopher Allan Webber, 9 years ago

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.