Mailinglist Archive: obs-commits (345 mails)
| < Previous | Next > |
[obs-commits] [PATCH] typo fix
- From: OBS build-service <opensuse-buildservice@xxxxxxxxxxxx>
- Date: Mon, 7 Nov 2011 15:20:20 +0100
- Message-id: <1320675620-6716-1-git-send-email-opensuse-buildservice@opensuse.org>
From: Andreas Bauer <abauer@xxxxxxxx>
---
src/README.devel | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/README.devel b/src/README.devel
index 6b935ff..25cdf3e 100644
--- a/src/README.devel
+++ b/src/README.devel
@@ -83,7 +83,7 @@ installed:
Preparing a server for the first deploy:
-In the four directories
trunk/buildservice/srv/(backend-dummy|frontend|webclient|current), call:
+In the three directories trunk/buildservice/src/(frontend|webclient|current),
call:
%> rake remote_exec ACTION=setup
@@ -98,6 +98,12 @@ If the database schema has changed, use ./deploy as usual.
After that, ssh to
buildserviceapi.suse.de and change the database. The schema is in the directory
/srv/www/opensuse/frontend/current/db.
+Warning:
+The current schema is autogenerated for use with the development database
+and contains some statements with hardcoded database names. Remember to change
+the names to the production database before applying the new schema on a
production
+system.
+
After the database is updated, restart the FastCGI processes:
%> cd /srv/www/opensuse/frontend/current
--
1.7.7
--
To unsubscribe, e-mail: obs-commits+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx
---
src/README.devel | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/src/README.devel b/src/README.devel
index 6b935ff..25cdf3e 100644
--- a/src/README.devel
+++ b/src/README.devel
@@ -83,7 +83,7 @@ installed:
Preparing a server for the first deploy:
-In the four directories
trunk/buildservice/srv/(backend-dummy|frontend|webclient|current), call:
+In the three directories trunk/buildservice/src/(frontend|webclient|current),
call:
%> rake remote_exec ACTION=setup
@@ -98,6 +98,12 @@ If the database schema has changed, use ./deploy as usual.
After that, ssh to
buildserviceapi.suse.de and change the database. The schema is in the directory
/srv/www/opensuse/frontend/current/db.
+Warning:
+The current schema is autogenerated for use with the development database
+and contains some statements with hardcoded database names. Remember to change
+the names to the production database before applying the new schema on a
production
+system.
+
After the database is updated, restart the FastCGI processes:
%> cd /srv/www/opensuse/frontend/current
--
1.7.7
--
To unsubscribe, e-mail: obs-commits+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx
| < Previous | Next > |