blob: e18b2637db35a43d4e0797835f12f70c849d9f9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
INSTALLING VIA THE WEB
- Point your web browser at gallery3/installer and follow the instructions
INSTALLING FROM THE COMMAND LINE
- php installer/index.php [-h host] [-u user] [-p pass] [-d dbname]
Command line parameters:
-h Database host (default: localhost)
-u Database user (default: root)
-p Database user password (default: )
-d Database name (default: gallery3)
Questions, problems:
- Check out the gallery3 FAQ http://codex.gallery2.org/Gallery3:FAQ
- Email gallery-devel@lists.sourceforge.net
|