1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/gallery2/pkg-message
Martin Wilke d759cf83a3 - Update 2.2
PR:             110483
Submitted by:   Alex Varju<freebsd-ports@varju.ca> (maintainer)
2007-03-20 18:29:25 +00:00

28 lines
975 B
Plaintext

*****************************************************************
Before using Gallery 2, you will need to configure your database.
Full instructions are available here:
http://codex.gallery2.org/Category:Gallery_2:Installation
If you are using MySQL, here's the short version of the instructions:
1. Create a new database:
$ mysqladmin -uroot create gallery2
2. Grant access to the database:
$ mysql -uroot -e"GRANT ALL ON gallery2.* TO USERNAME@localhost IDENTIFIED BY 'PASSWORD'" gallery2
(choose your own values for USERNAME and PASSWORD)
You will also need to configure Apache. Consider adding the following
to your httpd.conf:
<Directory %%PREFIX%%/%%GALLERY2DIR%%>
AllowOverride Options FileInfo
</Directory>
Then restart Apache: 'apachectl graceful'
Please visit 'http://{host.domain}/%%GALLERY2DIR%%/' in a
web-browser and follow the configuration instructions.
*****************************************************************