Changeset 818 for buildout/pcl.buildout/trunk/README.txt
- Timestamp:
- 08/09/07 06:49:21 (3 years ago)
- Files:
-
- 1 modified
-
buildout/pcl.buildout/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
buildout/pcl.buildout/trunk/README.txt
r796 r818 137 137 138 138 There is a helper script ``setenv`` that will set the paths for 139 you. However, you must make sure that the script is executed in your 140 *current* shell, instead of forking a new shell when running 141 it. Depending on your operating system you may also need to adjust the 142 name of env variable. 139 you. You need to check and possibly modify it to make sure it sets the 140 correct environment variable variable for your system. 143 141 144 142 On a Linux system using ``bash`` for a shell you can simply do:: 145 143 146 $ $(./setenv)144 $ . ./setenv 147 145 148 146 which will set your environment. You can check this by running:: … … 162 160 testing PCL. You can run by simply calling:: 163 161 164 $ python init_postgresql.py 165 166 Optionally you may wish to modify the values in the script to set the 167 port the database server will listen. 162 $ ./bin/python init_postgresql.py 163 164 You can optionally set the port number by using the --port option. 168 165 169 166 You can run the script as many times as you want, but be aware that it
