stop using boolean package
[pxelator] / lib / PXElator.pod
index 3ee0030..f6ea3d5 100644 (file)
@@ -156,3 +156,21 @@ For now, PXElator tries to manage development environment for you, opening xterm
 (with screen inside for logging and easy scrollback) in different colors,
 and enable you to start Wireshark on active network interfaces for debugging.
 
+=head1 INSTALL
+
+  cd /srv
+  svn co svn://svn.rot13.org/pxelator
+  svn co svn://svn.rot13.org/Intel-AMT/trunk Intel-AMT
+
+  cd pxelator
+  sh -x bin/install-debian.sh
+
+  perl Makefile.PL
+  make
+
+  # create pxelator CouchDB database and views
+  cd couchdb
+  make push
+  cd -
+
+  ./bin/start.sh