Alon Bar-Lev has posted comments on this change.

Change subject: doc: README.developer: add notes per comments
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.ovirt.org/#/c/24964/1/README.developer
File README.developer:

Line 50: DATABASE CREATION
Line 51: 
Line 52: Create database for ovirt-engine, usually the following
Line 53: sequence should work to create a user named 'engine' that owns
Line 54: database named 'enigne':
> enigne --> engine
Done
Line 55: 
Line 56: # su - postgres -c "psql -d template1"
Line 57: template1=# create user engine password 'engine';
Line 58: template1=# drop database engine;


Line 71: Each instance of application must be installed at different PREFIX
Line 72: and use its own database. Throughout this document application is
Line 73: installed using PREFIX=$HOME/ovirt-engine and engine database and
Line 74: user, these should be changed if a new instance is required. Do not
Line 75: mix different versions of product with same PREFIX/database.
> just a suggestion to align terminology - below in the next 
there is a difference between the content and the database. I am opened to 
suggestions... :)
Line 76: 
Line 77: BUILD
Line 78: 
Line 79: To build and install ovirt-engine at your home folder under 
ovirt-engine


-- 
To view, visit http://gerrit.ovirt.org/24964
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Iff82d0fe1a813c0d4abee92ba6f1c216a3231652
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: Alissa Bonas <abo...@redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alo...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to