Alon Bar-Lev has uploaded a new change for review. Change subject: doc: README.developer: add notes per comments ......................................................................
doc: README.developer: add notes per comments Change-Id: Iff82d0fe1a813c0d4abee92ba6f1c216a3231652 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M README.developer 1 file changed, 10 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/24964/1 diff --git a/README.developer b/README.developer index ade1e4d..4b78b5b 100644 --- a/README.developer +++ b/README.developer @@ -50,7 +50,8 @@ DATABASE CREATION Create database for ovirt-engine, usually the following -sequence should work: +sequence should work to create a user named 'engine' that owns +database named 'enigne': # su - postgres -c "psql -d template1" template1=# create user engine password 'engine'; @@ -66,6 +67,12 @@ Development environment is supported only under non-root account. Do not run this sequence as root. + +Each instance of application must be installed at different PREFIX +and use its own database. Throughout this document application is +installed using PREFIX=$HOME/ovirt-engine and engine database and +user, these should be changed if a new instance is required. Do not +mix different versions of product with same PREFIX/database. BUILD @@ -145,7 +152,8 @@ If there are no significant changes, such as file structure or database schema, there is no need to run the setup again, 'make install-dev <args>' -will overwrite files as required. +will overwrite files as required, the run engine-setup to refresh +database scheme. Do remember to restart the engine service. -- To view, visit http://gerrit.ovirt.org/24964 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iff82d0fe1a813c0d4abee92ba6f1c216a3231652 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches