source: trunk/doc/README_en.txt @ 2028

Last change on this file since 2028 was 2028, checked in by chrisaga, 17 years ago

update: some more files to save before upgrading

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 2.6 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 - file "include/config_local.inc.php"
27 - file "template-common/local-layout.css"
28 - file "template/yoga/local-layout.css"
29 - directory "galleries"
30 - any optional theme or extension you have intalled
31 - your database (create a dump, using PhpMyAdmin for instance)
32
332. delete all files and directories of your previous installation (but not
34   the previous listed elements)
35
363. extract files from the downloaded file (using tar or unzip command, or
37   softwares like 7-zip or winzip)
38
394. upload all the new version files to your website but the previous listed
40   elements. The only elements coming from the previous installed version
41   are the elements listed above.
42
435. go to the URL http://your.domain/gallery/upgrade.php and follow the
44   instructions
45
46How to start
47============
48
49Once installed or upgraded, your gallery is ready to run. Start by
50displaying the installation directory in your browser :
51
52http://your.domain/gallery
53
54Then identify as an administrator. A new link in Identification menu of main
55page will appear : Administration. Enter the administration panel.
56
57In the administration panel, take all your time for reading instructions
58explaining how to use your gallery.
59
60Communication
61=============
62
63Newsletter
64----------
65
66https://gna.org/mail/?group=phpwebgallery
67
68It is *highly* recommended to subscribe to PhpWebGallery newsletter. This is
69extremely low-traffic, but will provide you with announcements of new
70PhpWebGallery releases and serious bug notification. You will find available
71mailing lists at this URL :
72
73No spam, no commercial use.
74
75Freshmeat
76---------
77
78http://freshmeat.net/projects/phpwebgallery
79
80Want to stay informed at each release, stable and development
81release. Development releases notification are not send in the newsletter.
82
83Bugtracker
84----------
85
86http://bugs.phpwebgallery.net
87
88Bugs and change requests tracking. The best way to have your bug corrected:
89it won't be forgotten (as in the forum).
90
91Wiki
92----
93
94http://phpwebgallery.net/doc
95
96Wiki documentation: everyone can participate to improve documentation
97content.
98
99Message board
100-------------
101
102http://forum.phpwebgallery.net
103
104All communications (installation help, technical discussions) that can't be
105done in other channels.
Note: See TracBrowser for help on using the repository browser.