Changes

Jump to: navigation, search

Fedora-ARM,Dogfood - koji Hub

617 bytes added, 22:52, 24 November 2010
no edit summary
service postgresql initdb
 
3.Start the Postgresql service with:
 
service postgresql start
 
4. At this point the Postgresql server is installed and operational provided no errors were reported with the database initialized.
The next steps is to create a user named “koji”, set up Postgresql and populate the schema:
 
useradd koji
passwd -d koji
su - postgres
createuser koji
Shall the new role be a superuser? (y/n) n
Shall the new role be allowed to create databases? (y/n) n
Shall the new role be allowed to create more new roles?(y/n) n
createdb -O koji koji
logout
 
su - koji
psql koji koji < /usr/share/doc/koji*/docs/schema.sql
exit
== Project Plan ==
1
edit

Navigation menu