source: trunk/doc/README_en.txt @ 673

Last change on this file since 673 was 673, checked in by plg, 19 years ago
  • README documentation updated
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.3 KB
Line 
1                               PhpWebGallery
2
3official website   : http://phpwebgallery.net
4documentation      : http://doc.phpwebgallery.net
5forum              : http://forum.phpwebgallery.net
6
7+-----------------------------------------------------------------------------+
8|                        Installation instructions                            |
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
20+-----------------------------------------------------------------------------+
21|                           Upgrade instructions                              |
22+-----------------------------------------------------------------------------+
23
241. elements to save :
25
26 - file "include/mysql.inc.php"
27 - directory "galleries"
28 - your database (create a dump, using PhpMyAdmin for instance)
29
302. delete all files and directories of your previous installation (but not
31   the previous listed elements)
32
333. extract files from the downloaded file (using tar or unzip command, or
34   softwares like 7-zip or winzip)
35
364. upload all the new version files to your website but the previous listed
37   elements. The only elements coming from the previous installed version
38   are the elements listed above.
39
405. go to the URL http://your.domain/gallery/upgrade.php and follow the
41   instructions
42
43+-----------------------------------------------------------------------------+
44|                               Newsletter                                    |
45+-----------------------------------------------------------------------------+
46
47It is *highly* recommended to subscribe to PhpWebGallery newsletter. This is
48extremely low-traffic, but will provide you with announcements of new
49PhpWebGallery releases and serious bug notification. You will find available
50mailing lists at this URL :
51
52                 https://gna.org/mail/?group=phpwebgallery
53
54Be sure that the mail address you are going to give for newsletter is
55completely unreadable by someone else than PhpWebGallery team and not
56present on any web page (a web search engine won't find it).
57
58PhpWebGallery also assure you that your mail address will NEVER be used for
59something else than PhpWebGallery informations.
60
61+-----------------------------------------------------------------------------+
62|                             Discussion forum                                |
63+-----------------------------------------------------------------------------+
64
65A forum is available and recommended for any question (installation, bug
66reports, new feature requests) :
67
68                     http://forum.phpwebgallery.net
69
70Before asking any question on the forum, do not hesitate to search for
71related topics... other users may have found same bugs, had same requests.
72
73PhpWebGallery forum is a place open to every one. Please be always
74respectful in this place. Consider also that clear messages (with simple and
75direct subjects) are always prefered. It is forbidden (and useless) to say
76that your question is "urgent", you won't be answered in priority.
Note: See TracBrowser for help on using the repository browser.