diff options
author | Narayan Desai <desai@mcs.anl.gov> | 2006-09-05 01:12:30 +0000 |
---|---|---|
committer | Narayan Desai <desai@mcs.anl.gov> | 2006-09-05 01:12:30 +0000 |
commit | b25ea7447d8c9fd3ad819e15fdd51918ebd6bd8d (patch) | |
tree | 4f3e9ef77bd4f35ac1724925b78c8b867108388a | |
parent | e1f3dd033ea86163eb97f8779d978d4ba80de93b (diff) | |
download | bcfg2-b25ea7447d8c9fd3ad819e15fdd51918ebd6bd8d.tar.gz bcfg2-b25ea7447d8c9fd3ad819e15fdd51918ebd6bd8d.tar.bz2 bcfg2-b25ea7447d8c9fd3ad819e15fdd51918ebd6bd8d.zip |
Create a basic README, pointing at the snazzy new domain
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2200 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +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 + +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 |