← Back to team overview

oerppy-hackers team mailing list archive

[Branch ~oerppy-hackers/oerppy/trunk] Rev 32: Added a README.

 

------------------------------------------------------------
revno: 32
committer: duncan@xxxxxxxxxx
branch nick: trunk
timestamp: Thu 2011-06-02 11:30:17 -0600
message:
  Added a README.
added:
  README


--
lp:oerppy
https://code.launchpad.net/~oerppy-hackers/oerppy/trunk

Your team oerppy Hackers is subscribed to branch lp:oerppy.
To unsubscribe from this branch go to https://code.launchpad.net/~oerppy-hackers/oerppy/trunk/+edit-subscription
=== added file 'README'
--- README	1970-01-01 00:00:00 +0000
+++ README	2011-06-02 17:30:17 +0000
@@ -0,0 +1,14 @@
+Getting Started
+===============
+
+The first time you run any of the scripts in this package, a new configuration
+file will be created for you in ~/.oerppy/; however, the script will fail since
+that file will be empty!
+
+Therefore, you need to edit it with the appropriate information for your
+OpenERP instance.
+
+Note that the host name and database name parameters (these are required for
+every script) are used to do a look-up in your configuration file, where the
+rest of the information is extracted and used. As usual, any script's full
+options may be seen by simply calling it with the '--help' option.