mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 03:19:13 -04:00
18 lines
560 B
Plaintext
18 lines
560 B
Plaintext
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
|
|
|
|
|