diff options
author | Arto Jantunen <viiru@debian.org> | 2012-02-05 11:29:49 +0200 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2012-02-05 08:44:51 -0600 |
commit | 5a2e38068e6db188a1c56f7e3ab79d747a49576a (patch) | |
tree | d53dd47af8d78bacefd194889e1851cc2981d58b /debian/bcfg2-server.README.Debian | |
parent | b945d6da4e1a4c2862e498b7f3756e86c4aa1015 (diff) | |
download | bcfg2-5a2e38068e6db188a1c56f7e3ab79d747a49576a.tar.gz bcfg2-5a2e38068e6db188a1c56f7e3ab79d747a49576a.tar.bz2 bcfg2-5a2e38068e6db188a1c56f7e3ab79d747a49576a.zip |
Rename bcfg2-server.README.debian to /bcfg2-server.README.Debian
The later is the canonically correct name (debhelper does operate
on the former one as well, though, so this is purely cosmetic).
Diffstat (limited to 'debian/bcfg2-server.README.Debian')
-rw-r--r-- | debian/bcfg2-server.README.Debian | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/bcfg2-server.README.Debian b/debian/bcfg2-server.README.Debian new file mode 100644 index 000000000..185dd2450 --- /dev/null +++ b/debian/bcfg2-server.README.Debian @@ -0,0 +1,21 @@ +Getting started +=============== + +The first thing to do is to create the repository and SSL key, these +can be done by running "bcfg2-admin init" as root on the server. The +script will ask questions about the SSL key, and a few things about +the repository. + +After that is done, you should be able to start the server with the init +script by running "/etc/init.d/bcfg2-server start" + +You can look at /var/log/daemon.log to see what the server said while +starting up. If the server started without problems, you can run "bcfg2 +-q -v -n" to see if the client and server are communicating properly. + +The next step after that is to actually populate the repository (by +default in /var/lib/bcfg2/) with configuration files, see the Bcfg2 +documentation at http://docs.bcfg2.org/ for information on how that +is done. + + -- Arto Jantunen <viiru@debian.org>, Sat, 24 Apr 2010 09:43:44 +0300 |