0.4 to 0.5 -------------------------------- 1. BACKUP YOUR DATABASE! 2. Move your current Jaws (/home/users/public_html for example) to another directory (rename it) 3. Extract the tarball where you were running your last Jaws version 4. Create data/ directory if it does not exists and give it write-access permissions, for example: mkdir /home/users/new/data chgrp -R www-data data/ chmod -R 775 data/ * Optionally you can give write-access permission to include/ directory. But remember to get back the permissions! 5. Optionally copy your old phoo/, files/ and images/banners to your new Jaws Version, for example: cp -R /home/users/backup/files /home/users/new/files cp -R /home/users/backup/phoo /home/users/new/phoo cp -R /home/users/backup/image/banner /home/users/image/banner 6. Point your browser to your upgrade.php file, for example: http://www.mydomain.com/upgrade.php 7. Follow the instructions 8. You probably want to disable write access to include/ once you're done installing: chmod -R 755 include/ 9. Done!