root/trunk/jaws/INSTALL

Revision 6081, 0.9 kB (checked in by pablo, 2 years ago)
  • Update main docs
Line 
1 Requirements
2 -------------------------------
3 - A web server. Servers that have been tested are: Apache, Cherokee,
4   lighttpd and IIS.
5 - PHP version 4.3 or above, 5.0 or above (with xml support).
6 - A database base server, we support:
7    - MySQL 4.1 or above.
8    - PostgreSQL
9    - SQLite
10    - SQLserver
11
12   Just make sure you have the database driver installed (and enabled!)
13   in your PHP installation.
14 - GD or ImageMagick if you want to use the Photo Organizer.
15
16 Installing
17 -------------------------------
18 1. Extract the tarball.
19
20 2. Copy the "html" directory to the directory your website runs
21    from, for example public_html.
22
23 2. Set html/data/ and html/config/ to be writable by your web
24    server - I do it like this:
25                 chgrp -R www-data data/ config/
26                 chmod -R 775 data/ config/
27
28 3. Point your browser to the install directory:
29
30            http://www.mydomain.com/install
31
32 4. Follow the instructions!
Note: See TracBrowser for help on using the browser.