Scripts to bootstrap a development domtool environment
[hcoop/domtool2.git] / bootstrap / README
diff --git a/bootstrap/README b/bootstrap/README
new file mode 100644 (file)
index 0000000..a5115fc
--- /dev/null
@@ -0,0 +1,16 @@
+Basic bootstrapping
+
+ - Customize config/core/core.sml and configDefault/ as needed
+   - Use config.sml for changes other than core. At least set defaultDomain.
+ - Create a user for domtool
+ - `make install' domtool
+ - Run domtool-create-shared-root to bootstrap shared directories
+   - Run domtool-create-local-root to bootstrap local work directories if this machine will be a node
+ - Customize and copy test.domain.core.conf to $defaultDomain.core.ssl.conf
+   - You unfortunately have to duplicate the value of Config.caPath here
+ - Run domtool-create-ca to boostrap your local domtool ca
+ - Run domtool-init-truststore to initialize the trust store
+ - Run domtool-init-acl $user to add yourself as an administrator of domtool
+ - Create needed work directories
+ - In theory, domtool should start and you should be able to grant
+   yourself domains and configure things
\ No newline at end of file