[svn] commit: r849 - /trunk/README
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 17 18:57:20 UTC 2010
Author: jreed
Date: Wed Feb 17 18:57:20 2010
New Revision: 849
Log:
Add some more details. BIND 10 actually can install.
TODO: change the ParkingLot examples to "b10-auth".
Modified:
trunk/README
Modified: trunk/README
==============================================================================
--- trunk/README (original)
+++ trunk/README Wed Feb 17 18:57:20 2010
@@ -16,6 +16,9 @@
Use automake-1.11 or better for working Python 3.1 tests.
+Install with:
+
+ make install
TEST COVERAGE
@@ -36,18 +39,25 @@
RUNNING
-At the moment there is no install yet, you can run the bind10 parkinglot
-server from the source tree:
-./src/bin/bind10/bind10
+You can start the BIND 10 processes by running bind10 which is
+installed to the sbin directory under the installation prefix.
+The default location is:
+
+ /usr/local/sbin/bind10
+
+For development work, you can also run the bind10 services from the
+source tree:
+
+ ./src/bin/bind10/run_bind10.sh
+
+(Which will use the modules and configurations also from the source
+tree.)
The server will listen on port 5300 for DNS requests.
-
CONFIGURATION
-Commands can be given through the tool bindctl;
-cd src/bin/bindctl
-sh bindctl
+Commands can be given through the bindctl tool.
The server must be running for bindctl to work.
@@ -74,7 +84,7 @@
EXAMPLE SESSION
-~> sh bindctl
+~> bindctl
> config show
ParkingLot/ module
> config show ParkingLot/
More information about the bind10-changes
mailing list