| 1 |
Jaws Beta Testing Guide for 0.6RC1 ("First of the gang to die") |
|---|
| 2 |
------------------------------------ |
|---|
| 3 |
Thanks for testing Jaws - below is a brief guide to getting test |
|---|
| 4 |
releases running, and how to report any bugs you find. |
|---|
| 5 |
|
|---|
| 6 |
Requirements |
|---|
| 7 |
------------------------------- |
|---|
| 8 |
- A web server |
|---|
| 9 |
- PHP version 4.3 or 5.0 |
|---|
| 10 |
- GD or ImageMagick for the photo organiser |
|---|
| 11 |
|
|---|
| 12 |
Installing |
|---|
| 13 |
------------------------------- |
|---|
| 14 |
1. Extract the tarball. |
|---|
| 15 |
|
|---|
| 16 |
2. Set html/data/ and html/config/ to be writable by your |
|---|
| 17 |
web server - I do it like this: |
|---|
| 18 |
chgrp -R www-data data/ config/ |
|---|
| 19 |
chmod -R 775 data/ config/ |
|---|
| 20 |
|
|---|
| 21 |
3. Open install.php in a web browser by going to |
|---|
| 22 |
http://www.my.site/path/install.php |
|---|
| 23 |
|
|---|
| 24 |
2. Set html/data/ and html/include/ to be writable by your |
|---|
| 25 |
web server - I do it like this: |
|---|
| 26 |
chgrp -R www-data data/ include/ |
|---|
| 27 |
chmod -R 775 data/ include/ |
|---|
| 28 |
|
|---|
| 29 |
Reporting Bugs |
|---|
| 30 |
----------------------------- |
|---|
| 31 |
You can report bugs at http://bugs.jaws-project.com/cgi-bin/trac.cgi/newticket |
|---|
| 32 |
against the 0.6.0 milestone, and please don't report anonymous bugs! |
|---|
| 33 |
|
|---|
| 34 |
|
|---|
| 35 |
Please only report actual bugs for this release, if you want |
|---|
| 36 |
to add a wishlist item report it for milestone 0.7.0 - no new features |
|---|
| 37 |
will be added to the 0.6.0 release. |
|---|
| 38 |
|
|---|
| 39 |
|
|---|
| 40 |
5. You probably want to disable write access to include/ |
|---|
| 41 |
once you're done installing: |
|---|
| 42 |
chmod -R 755 include/ |
|---|
| 43 |
|
|---|
| 44 |
Reporting Bugs |
|---|
| 45 |
----------------------------- |
|---|
| 46 |
You can report bugs at http://bugzilla.jaws.com.mx/ against |
|---|
| 47 |
Jaws 0.5RC1 |
|---|
| 48 |
|
|---|
| 49 |
Please only report actual bugs for this release, if you want |
|---|
| 50 |
to add a wishlist item report it for 0.6 - no new features |
|---|
| 51 |
will be added to the 0.5 release. |
|---|
| 52 |
|
|---|
| 53 |
Getting Help |
|---|
| 54 |
----------------------------- |
|---|
| 55 |
If you need some help you can contact the developers by e-mailing |
|---|
| 56 |
jaws-dev@forge.novell.com, or join us on #jaws, on the Freenode |
|---|
| 57 |
IRC network. |
|---|