From e50208cd3661964253772dfe06dbff90f32f01bf Mon Sep 17 00:00:00 2001 From: memespring Date: Wed, 13 May 2009 21:08:42 +0000 Subject: [PATCH] install file --- INSTALL | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 15710d7..15ce639 100644 --- a/INSTALL +++ b/INSTALL @@ -1,14 +1,7 @@ -In order to install this lot: +Setting up PlannignAlerts -Make sure you are in a nice clean fresh svn export, by doing: +1) Make sure you have PHP and mySQL -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 +2) Create a database using /schema/planningalerts.sql +3) copy /docs/include/config.php.svn to /docs/include/config.php and edit it to your local settings.