From 39322ad28216895cf6c5864d0f6cfc7cc63ca69f Mon Sep 17 00:00:00 2001 From: Ciaran Gultnieks Date: Fri, 24 Feb 2012 18:19:52 +0000 Subject: [PATCH] Build server docs (partial) --- README.buildserver | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 README.buildserver diff --git a/README.buildserver b/README.buildserver deleted file mode 100644 index 2c2d83b4eb..0000000000 --- a/README.buildserver +++ /dev/null @@ -1,16 +0,0 @@ - -Integrating the build server setup into the main scripts is a work in progress. Some things may -not work properly yet. Talk to CiaranG if you're trying to use this and have problems. - -Setting up a build server: - -1. Install VirtualBox, vagrant and vagrant-snap -2. Create (or get - ask CiaranG, or wait until I replace this with a download link!) a standard - Debian Squeeze vagrant-compatible base box called 'debian6-32' -3. Run makebuildserver.sh. This will take a long time. The end result is a new base box called - 'buildserver'. - -You should now be able to use the --server option on build.py and builds will -take place in the clean, secure, isolated environment of a fresh virtual -machine for each app built. -