File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ psql -U postgres -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgi
75
75
psql -U postgres -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql
76
76
psql -U postgres -d template_postgis -c " update pg_database set datistemplate = true where datname = 'template_postgis'"
77
77
createuser -U postgres --createdb --superuser opengeo
78
+ psql -U postgres -c " alter user opengeo with password 'opengeo'"
78
79
79
- createdb -U postgres --owner=opengeo --template=template_postgis medford
80
80
createdb -U postgres --owner=opengeo --template=template_postgis medford
81
81
psql -U postgres -f /usr/share/opengeo-postgis/medford_taxlots_schema.sql -d medford > /dev/null
82
82
psql -U postgres -f /usr/share/opengeo-postgis/medford_taxlots.sql -d medford > /dev/null
You can’t perform that action at this time.
0 commit comments