docs: koji package provides schema.sql file

Point administrators to the "koji" package for the schema.sql file.
This commit is contained in:
Ken Dreyer 2018-10-26 11:44:05 -06:00 committed by Mike McLean
parent 797b26127c
commit 5ae5ba651c

View file

@ -407,7 +407,7 @@ The following commands will:
* create the koji database within PostgreSQL
* set a password for the koji user
* create the koji schema using the provided
``/usr/share/doc/koji*/docs/schema.sql`` file
``/usr/share/doc/koji*/docs/schema.sql`` file from the ``koji`` package.
::
@ -416,6 +416,7 @@ The following commands will:
postgres@localhost$ createdb -O koji koji
postgres@localhost$ psql -c "alter user koji with encrypted password 'mypassword';"
postgres@localhost$ logout
root@localhost$ yum -y install koji
root@localhost$ su - koji
koji@localhost$ psql koji koji < /usr/share/doc/koji*/docs/schema.sql
koji@localhost$ exit