From 16ae5c5e5723c6d92e97b6a89c596312ab945ff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Wed, 14 Jan 2004 14:03:10 +0000 Subject: [PATCH] moved upgrade info to http://adele.helma.org/download/antville/update and modified upgrade.txt to point to the appropriate urls --- upgrade.txt | 16 ++++++++-------- upgrade_layouts.txt | 27 --------------------------- 2 files changed, 8 insertions(+), 35 deletions(-) delete mode 100644 upgrade_layouts.txt diff --git a/upgrade.txt b/upgrade.txt index 20eecd40..978b4535 100644 --- a/upgrade.txt +++ b/upgrade.txt @@ -1,10 +1,10 @@ How to upgrade Antville from version 1.0.x to 1.1pre1: +====================================================== +Please refer to +http://adele.helma.org/download/antville/update/1.1.x_to_1.1pre1/ -1. Backup your Antville database to a safe place. -2. Apply the SQL patch named antville_dbpatch20030728.sql - (Database patches are located in db_support/patches.) -3. Start (or restart) Helma. -4. Point your browser to http://localhost:8080/convertSites - (you might need to modify this URL according to your local settings.) -5. Apply the SQL patch named antville_dbpatch20030729.sql -6. Stop and restart Helma. + +How to upgrade Antville from version 1.1pre1 to 1.1pre2: +======================================================== +Please refer to +http://adele.helma.org/download/antville/update/1.1pre1_to_pre2/ diff --git a/upgrade_layouts.txt b/upgrade_layouts.txt deleted file mode 100644 index 09d4b863..00000000 --- a/upgrade_layouts.txt +++ /dev/null @@ -1,27 +0,0 @@ -How to upgrade: - -1) make a backup of the application directory, the directory where all static contents are stored and the database. -2) verify the integrity of your backup. -3) update to the main branch of antville in cvs. -4) run the db-patch db_support/patches/antville_dbpatch-20031123-layouts.sql - -5) modify the structure of the static contents directory: - -a) move all directories beneath /path/to/static/directory/images/ one level higher, so all the directories contain the images of the different sites are now located in /path/to/static/directory/ -b) in each site directory move the image files into a newly created subdirectory called "images" -c) move all directories beneath /path/to/static/directory/files/ to the appropriate site directories in a newly created subdirectory called "files" -d) create a new directory /path/to/static/directory/layouts/default/ -e) move the antville default images from the directory /path/to/static/directory/images/ into this directory - -when you're finished, the structure of the static contents should eg. look like this - -/usr/local/static/antville/myfirstsite -/usr/local/static/antville/myfirstsite/images -/usr/local/static/antville/myfirstsite/files - -/usr/local/static/antville/mysecondsite -/usr/local/static/antville/mysecondsite/images -/usr/local/static/antville/mysecondsite/files - -/usr/local/static/antville/layouts -/usr/local/static/antville/layouts/default