moved upgrade info to http://adele.helma.org/download/antville/update and modified upgrade.txt to point to the appropriate urls
This commit is contained in:
parent
7a1877399a
commit
16ae5c5e57
2 changed files with 8 additions and 35 deletions
16
upgrade.txt
16
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/
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue