Commit c1e68827 authored by Andreas Jung's avatar Andreas Jung

added section about how to use env. vars

parent 110ffbfc
Usage of environment variables:
The following environment variables are used by Zope.
Setting an enviornment variable:
setenv <VARIABLE_NAME> <VALUE> (for csh/tcsh)
export <VARIABLE_NAME>=<VALUE> (for sh/bash)
set <VARIABLE_NAME>=<VALUE> (for Windows)
Example:
setenv INSTANCE_HOME /opt/Zope/instance
export INSTANCE_HOME=/opt/Zope/instance
set INSTANCE_HOME=C:\Zope\instance
Zope installation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment