source: trunk/doc/README_en.txt @ 870

Last change on this file since 870 was 870, checked in by plg, 19 years ago
  • update: upgrade from 1.4.0 or 1.4.1. Upgrade from 1.3.x is not available anymore.
  • update: README files updated for very near branch 1.5 :-)
  • new: file tools/config_local.inc.php as example for optional include/config_local.inc.php
  • bug fixed: configuration parameter show_picture_name_on_title was useless
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.5 KB
Line 
1=============
2PhpWebGallery
3=============
4
5http://phpwebgallery.net
6
7
8Installation
9============
10
111. extract files from the downloaded file (using tar or unzip command, or
12   softwares like 7-zip or winzip)
13
142. place de source files on your website in the directory of your choice
15   ("gallery" for example)
16
173. go to the URL http://your.domain/gallery/install.php and follow the
18   instructions of installation
19
20Upgrade
21=======
22
231. elements to save :
24
25 - file "include/mysql.inc.php"
26 - directory "galleries"
27 - your database (create a dump, using PhpMyAdmin for instance)
28
292. delete all files and directories of your previous installation (but not
30   the previous listed elements)
31
323. extract files from the downloaded file (using tar or unzip command, or
33   softwares like 7-zip or winzip)
34
354. upload all the new version files to your website but the previous listed
36   elements. The only elements coming from the previous installed version
37   are the elements listed above.
38
395. go to the URL http://your.domain/gallery/upgrade.php and follow the
40   instructions
41
42How to start
43============
44
45Once installed or upgraded, your gallery is ready to run. Start by
46displaying the installation directory in your browser :
47
48http://your.domain/gallery
49
50Then identify as an administrator. A new link in Identification menu of main
51page will appear : Administration. Enter the administration panel.
52
53In the administration panel, take all your time for reading instructions
54explaining how to use your gallery.
55
56Communication
57=============
58
59Newsletter
60----------
61
62https://gna.org/mail/?group=phpwebgallery
63
64It is *highly* recommended to subscribe to PhpWebGallery newsletter. This is
65extremely low-traffic, but will provide you with announcements of new
66PhpWebGallery releases and serious bug notification. You will find available
67mailing lists at this URL :
68
69No spam, no commercial use.
70
71Freshmeat
72---------
73
74http://freshmeat.net/projects/phpwebgallery
75
76Want to stay informed at each release, stable and development
77release. Development releases notification are not send in the newsletter.
78
79Bugtracker
80----------
81
82http://bugs.phpwebgallery.net
83
84Bugs and change requests tracking. The best way to have your bug corrected:
85it won't be forgotten (as in the forum).
86
87Wiki
88----
89
90http://phpwebgallery.net/doc
91
92Wiki documentation: everyone can participate to improve documentation
93content.
94
95Message board
96-------------
97
98http://forum.phpwebgallery.net
99
100All communications (installation help, technical discussions) that can't be
101done in other channels.
Note: See TracBrowser for help on using the repository browser.