From fde4210dacb433ca45ead3071fdc77392b4ee935 Mon Sep 17 00:00:00 2001 From: "duncan.parkes" Date: Mon, 17 Sep 2007 14:18:44 +0000 Subject: [PATCH] move deployment_script to deployment_script.svn. --- INSTALL | 14 ++++++++++++++ deployment_script => deployment_script.svn | 0 2 files changed, 14 insertions(+) create mode 100644 INSTALL rename deployment_script => deployment_script.svn (100%) diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..15710d7 --- /dev/null +++ b/INSTALL @@ -0,0 +1,14 @@ +In order to install this lot: + +Make sure you are in a nice clean fresh svn export, by doing: + +svn export http://planningalerts.googlecode.com/svn/trunk/ planningalerts + +If deployment_script.svn has changed, you'll need to merge the changes into +your local copy. In particular, make sure that line 1 of the file points to +the correct path for bash. + +Then all you need to do is run: + +./deployment_script + diff --git a/deployment_script b/deployment_script.svn similarity index 100% rename from deployment_script rename to deployment_script.svn