summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-09-05 16:19:39 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-09-05 16:19:39 +0000
commit9bb2088438b493341f33bee1f4195600de2f63d7 (patch)
tree9f240bdc85b763bbd5173ed626c340ff09c96d3a /README
parent6455db92cfc4dca7308a4f077a059e5e67ab915e (diff)
downloadbcfg2-9bb2088438b493341f33bee1f4195600de2f63d7.tar.gz
bcfg2-9bb2088438b493341f33bee1f4195600de2f63d7.tar.bz2
bcfg2-9bb2088438b493341f33bee1f4195600de2f63d7.zip
Minor updates
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2210 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 8 insertions, 7 deletions
diff --git a/README b/README
index a4afe9a8d..e789b0ed8 100644
--- a/README
+++ b/README
@@ -1,15 +1,16 @@
-Bcfg2 is a configuration management system. It helps system administrators
-deploy complex changes across large numbers of systems in a coherent and
-transparent fashion.
+Bcfg2 is a configuration management system. It helps system
+administrators deploy complex changes across large numbers of systems
+in a coherent and transparent fashion.
Much documentation is available on the Bcfg2 web site, at:
http://www.bcfg2.org
For a basic installation of bcfg2, (ignoring prerequisites) can be performed
by running the command:
-$ python setup install --prefix=/install/prefix
+$ python setup.py install --prefix=/install/prefix
-This command will install all code and binaries in that prefix. If the installation
-prefix is not /usr, or the python installation prefix, then the environment variable
-PYTHONPATH will need to be adjusted to point at the bcfg2 libraries installed into:
+This command will install all code and binaries in that prefix. If the
+installation prefix is not /usr, or the python installation prefix,
+then the environment variable PYTHONPATH will need to be adjusted to
+point at the bcfg2 libraries installed into:
$ PYTHONPATH=/install/prefix/lib/python2.X/site-packages