|
@@ -16,6 +16,9 @@ Requires autoconf 2.59 or newer.
|
|
|
|
|
|
Use automake-1.11 or better for working Python 3.1 tests.
|
|
Use automake-1.11 or better for working Python 3.1 tests.
|
|
|
|
|
|
|
|
+Install with:
|
|
|
|
+
|
|
|
|
+ make install
|
|
|
|
|
|
TEST COVERAGE
|
|
TEST COVERAGE
|
|
|
|
|
|
@@ -36,18 +39,25 @@ Doing code coverage tests:
|
|
|
|
|
|
RUNNING
|
|
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:
|
|
|
|
|
|
-The server will listen on port 5300 for DNS requests.
|
|
|
|
|
|
+ /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
|
|
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.
|
|
The server must be running for bindctl to work.
|
|
|
|
|
|
@@ -74,7 +84,7 @@ config commit: Commit all changes
|
|
|
|
|
|
EXAMPLE SESSION
|
|
EXAMPLE SESSION
|
|
|
|
|
|
-~> sh bindctl
|
|
|
|
|
|
+~> bindctl
|
|
> config show
|
|
> config show
|
|
ParkingLot/ module
|
|
ParkingLot/ module
|
|
> config show ParkingLot/
|
|
> config show ParkingLot/
|