Subversion Repositories svnkaklik

Rev

Details | Last modification | View Log

Rev Author Line No. Line
6 kaklik 1
                               PhpWebGallery
2
 
3
official website   : http://phpwebgallery.net
4
documentation      : http://doc.phpwebgallery.net
5
forum              : http://forum.phpwebgallery.net
6
 
7
+-----------------------------------------------------------------------------+
8
|                        Installation instructions                            |
9
+-----------------------------------------------------------------------------+
10
 
11
1. extract files from the downloaded file (using tar or unzip command, or
12
   softwares like 7-zip or winzip)
13
 
14
2. place de source files on your website in the directory of your choice
15
   ("gallery" for example)
16
 
17
3. go to the URL http://your.domain/gallery/install.php and follow the
18
   instructions of installation
19
 
20
+-----------------------------------------------------------------------------+
21
|                           Upgrade instructions                              |
22
+-----------------------------------------------------------------------------+
23
 
24
1. elements to save :
25
 
26
 - file "include/mysql.inc.php"
27
 - directory "galleries"
28
 - your database (create a dump, using PhpMyAdmin for instance)
29
 
30
2. delete all files and directories of your previous installation (but not
31
   the previous listed elements)
32
 
33
3. extract files from the downloaded file (using tar or unzip command, or
34
   softwares like 7-zip or winzip)
35
 
36
4. 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
 
40
5. go to the URL http://your.domain/gallery/upgrade.php and follow the
41
   instructions
42
 
43
+-----------------------------------------------------------------------------+
44
|                              How to start                                   |
45
+-----------------------------------------------------------------------------+
46
 
47
Once installed or upgraded, your gallery is ready to run. Start by
48
displaying the installation directory in your browser :
49
 
50
http://your.domain/gallery
51
 
52
Then identify as an administrator. A new link in Identification menu of main
53
page will appear : Administration. Enter the administration panel.
54
 
55
In the administration panel, take all your time for reading instructions
56
explaining how to use your gallery.
57
 
58
+-----------------------------------------------------------------------------+
59
|                               Newsletter                                    |
60
+-----------------------------------------------------------------------------+
61
 
62
It is *highly* recommended to subscribe to PhpWebGallery newsletter. This is
63
extremely low-traffic, but will provide you with announcements of new
64
PhpWebGallery releases and serious bug notification. You will find available
65
mailing lists at this URL :
66
 
67
                 https://gna.org/mail/?group=phpwebgallery
68
 
69
Be sure that the mail address you are going to give for newsletter is
70
completely unreadable by someone else than PhpWebGallery team and not
71
present on any web page (a web search engine won't find it).
72
 
73
PhpWebGallery also assure you that your mail address will NEVER be used for
74
something else than PhpWebGallery informations.
75
 
76
+-----------------------------------------------------------------------------+
77
|                             Discussion forum                                |
78
+-----------------------------------------------------------------------------+
79
 
80
A forum is available and recommended for any question (installation, bug
81
reports, new feature requests) :
82
 
83
                     http://forum.phpwebgallery.net
84
 
85
Before asking any question on the forum, do not hesitate to search for
86
related topics... other users may have found same bugs, had same requests.
87
 
88
PhpWebGallery forum is a place open to every one. Please be always
89
respectful in this place. Consider also that clear messages (with simple and
90
direct subjects) are always prefered. It is forbidden (and useless) to say
91
that your question is "urgent", you won't be answered in priority.