freebsd-ports/www/gallery2/files/pkg-message.in
Beech Rintoul 4adcf7c2ce - Update to 2.2.3
- Fix pkg_add permissions
- Makefile tweaks

PR:		ports/115986
Submitted by:	Alex Varju <freebsd-ports@varju.ca> (maintainer)
Approved by:	sat (mentor)
Security:	http://gallery.menalto.com/gallery_2.2.3_released
2007-09-04 08:01:04 +00:00

30 lines
1,005 B
Text

*****************************************************************
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:
Alias /gallery2 "%%WWWDIR%%"
<Directory "%%WWWDIR%%">
AllowOverride Options FileInfo
Allow from all
</Directory>
Then restart Apache: 'apachectl graceful'
Please visit 'http://{host.domain}/gallery2/' in a
web-browser and follow the configuration instructions.
*****************************************************************