Skip to content

Commit bb7023e

Browse files
author
jdeolive
committed
setting up opengeo password
git-svn-id: http://svn.opengeo.org/suite/trunk@2474 fe66add1-021f-4af3-b75b-ea5154e73f91
1 parent 72591f7 commit bb7023e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/setup_ubuntu_image.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ psql -U postgres -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgi
7575
psql -U postgres -d template_postgis -f /usr/share/postgresql/8.4/contrib/postgis-1.5/spatial_ref_sys.sql
7676
psql -U postgres -d template_postgis -c "update pg_database set datistemplate = true where datname = 'template_postgis'"
7777
createuser -U postgres --createdb --superuser opengeo
78+
psql -U postgres -c "alter user opengeo with password 'opengeo'"
7879

79-
createdb -U postgres --owner=opengeo --template=template_postgis medford
8080
createdb -U postgres --owner=opengeo --template=template_postgis medford
8181
psql -U postgres -f /usr/share/opengeo-postgis/medford_taxlots_schema.sql -d medford > /dev/null
8282
psql -U postgres -f /usr/share/opengeo-postgis/medford_taxlots.sql -d medford > /dev/null

0 commit comments

Comments
 (0)