|
Revision 2687, 0.7 kB
(checked in by pablo, 3 years ago)
|
Keep it up2date
|
| Line | |
|---|
| 1 |
0.5 to 0.6.0 |
|---|
| 2 |
-------------------------------- |
|---|
| 3 |
1. BACKUP YOUR DATABASE! |
|---|
| 4 |
|
|---|
| 5 |
2. Move your current Jaws (/home/users/public_html for example) |
|---|
| 6 |
to another directory (rename it) |
|---|
| 7 |
|
|---|
| 8 |
3. Extract the tarball where you were running your last Jaws version |
|---|
| 9 |
|
|---|
| 10 |
4. Create data/ and config/ directories if they don't exist and give them |
|---|
| 11 |
write-access permissions, for example: |
|---|
| 12 |
|
|---|
| 13 |
mkdir /home/users/new/data |
|---|
| 14 |
chgrp -R www-data data/ |
|---|
| 15 |
chmod -R 775 data/ |
|---|
| 16 |
|
|---|
| 17 |
mkdir /home/users/new/config |
|---|
| 18 |
chgrp -R www-data config/ |
|---|
| 19 |
chmod -R 775 config/ |
|---|
| 20 |
|
|---|
| 21 |
5. Point your browser to your upgrade.php file, for example: |
|---|
| 22 |
|
|---|
| 23 |
http://www.mydomain.com/upgrade.php |
|---|
| 24 |
|
|---|
| 25 |
6. Follow the instructions |
|---|
| 26 |
|
|---|
| 27 |
7. Done! |
|---|