commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue-contrib] r212 - gnue-cddb/scripts gnue-invoice gnue-invoice/script


From: kilo
Subject: [gnue-contrib] r212 - gnue-cddb/scripts gnue-invoice gnue-invoice/scripts gnue-pim gnue-pim/scripts hotline zip3tier
Date: Fri, 11 Feb 2005 06:36:00 -0600 (CST)

Author: kilo
Date: 2005-02-11 06:35:59 -0600 (Fri, 11 Feb 2005)
New Revision: 212

Modified:
   gnue-cddb/scripts/start-appserver
   gnue-invoice/readme
   gnue-invoice/scripts/start-appserver
   gnue-invoice/scripts/start-appserver.bat
   gnue-pim/README
   gnue-pim/scripts/start-appserver.sh
   hotline/README
   hotline/start-appserver.sh
   zip3tier/README
   zip3tier/start-appserver.sh
Log:
Changed --database to --connection in all places.

Modified: gnue-cddb/scripts/start-appserver
===================================================================
--- gnue-cddb/scripts/start-appserver   2005-02-01 20:03:00 UTC (rev 211)
+++ gnue-cddb/scripts/start-appserver   2005-02-11 12:35:59 UTC (rev 212)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-gacvs --database gnue-cddb -Z
+gacvs --connection gnue-cddb -Z

Modified: gnue-invoice/readme
===================================================================
--- gnue-invoice/readme 2005-02-01 20:03:00 UTC (rev 211)
+++ gnue-invoice/readme 2005-02-11 12:35:59 UTC (rev 212)
@@ -1,8 +1,8 @@
 First, follow the setup instructions.
 
 Then you should run GNUe AppServer in a terminal with the option
-'--database invoice-backend', ie:
-gacvs --database invoice-backend -Z
+'--connection invoice-backend', ie:
+gacvs --connection invoice-backend -Z
 ('scripts/start-appserver.sh' is provided to do that).
 
 Open another terminal and use GNUe Forms to open the file 'grid.gfd'.

Modified: gnue-invoice/scripts/start-appserver
===================================================================
--- gnue-invoice/scripts/start-appserver        2005-02-01 20:03:00 UTC (rev 
211)
+++ gnue-invoice/scripts/start-appserver        2005-02-11 12:35:59 UTC (rev 
212)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-gacvs --database invoice-backend -Z
+gacvs --connection invoice-backend -Z

Modified: gnue-invoice/scripts/start-appserver.bat
===================================================================
--- gnue-invoice/scripts/start-appserver.bat    2005-02-01 20:03:00 UTC (rev 
211)
+++ gnue-invoice/scripts/start-appserver.bat    2005-02-11 12:35:59 UTC (rev 
212)
@@ -1 +1 @@
-python c:\python23\scripts\gnue-appserver --database invoice-backend -Z
+python c:\python23\scripts\gnue-appserver --connection invoice-backend -Z

Modified: gnue-pim/README
===================================================================
--- gnue-pim/README     2005-02-01 20:03:00 UTC (rev 211)
+++ gnue-pim/README     2005-02-11 12:35:59 UTC (rev 212)
@@ -4,8 +4,8 @@
 
 Usage:
 - Follow the setup instructions.
-- Run GNUe AppServer in a terminal with the option '--database pim-backend', ie
-    gacvs --database pim-backend -Z
+- Run GNUe AppServer in a terminal with the option '--connection pim-backend', 
ie
+    gacvs --connection pim-backend -Z
     ('scripts/start-appserver.sh' is provided to do that).
 - Open another terminal and use GNUe Forms to open the file pim.gfd.
 - You should add persons first with the 'Edit' button next to the topmost

Modified: gnue-pim/scripts/start-appserver.sh
===================================================================
--- gnue-pim/scripts/start-appserver.sh 2005-02-01 20:03:00 UTC (rev 211)
+++ gnue-pim/scripts/start-appserver.sh 2005-02-11 12:35:59 UTC (rev 212)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-gacvs --database pim-backend -Z
+gacvs --connection pim-backend -Z

Modified: hotline/README
===================================================================
--- hotline/README      2005-02-01 20:03:00 UTC (rev 211)
+++ hotline/README      2005-02-11 12:35:59 UTC (rev 212)
@@ -43,8 +43,8 @@
 In the directory ./schema run setup-db.sh, it will create the
 GNUe AppServer database backend automagically.
 Then you should run GNUe AppServer in a terminal with the option
-'--database hotline-backend', ie:
-gacvs --database hotline-backend -Z
+'--connection hotline-backend', ie:
+gacvs --connection hotline-backend -Z
 ('start-appserver.sh' is provided to do that).
 Open another terminal and use GNUe Navigator to open the file
 hotline.gpd (for German version) or hotline-en.gpd (for English

Modified: hotline/start-appserver.sh
===================================================================
--- hotline/start-appserver.sh  2005-02-01 20:03:00 UTC (rev 211)
+++ hotline/start-appserver.sh  2005-02-11 12:35:59 UTC (rev 212)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-gacvs --database hotline-backend -Z
+gacvs --connections hotline-backend -Z

Modified: zip3tier/README
===================================================================
--- zip3tier/README     2005-02-01 20:03:00 UTC (rev 211)
+++ zip3tier/README     2005-02-11 12:35:59 UTC (rev 212)
@@ -35,8 +35,8 @@
 In the directory ./schema run setup-db.sh, it will create the
 GNUe AppServer database backend automagically.
 Then you should run GNUe AppServer in a terminal with the option
-'--database zipcode-backend', ie:
-gacvs --database zipcode-backend -Z
+'--connection zipcode-backend', ie:
+gacvs --connection zipcode-backend -Z
 ('start-appserver.sh' is provided to do that).
 Open another terminal and use GNUe Forms to open the file
 zipcode.gfd or states.gfd

Modified: zip3tier/start-appserver.sh
===================================================================
--- zip3tier/start-appserver.sh 2005-02-01 20:03:00 UTC (rev 211)
+++ zip3tier/start-appserver.sh 2005-02-11 12:35:59 UTC (rev 212)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-gacvs --database zipcode-backend -Z
+gacvs --connection zipcode-backend --rpc-port=7890 -Z





reply via email to

[Prev in Thread] Current Thread [Next in Thread]