summaryrefslogtreecommitdiff
path: root/www/gallery3/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/gallery3/pkg-message')
-rw-r--r--www/gallery3/pkg-message27
1 files changed, 0 insertions, 27 deletions
diff --git a/www/gallery3/pkg-message b/www/gallery3/pkg-message
deleted file mode 100644
index 7889aab1ae31..000000000000
--- a/www/gallery3/pkg-message
+++ /dev/null
@@ -1,27 +0,0 @@
-*****************************************************************
-Before using Gallery 2, you will need to configure your database.
-Full instructions are available here:
-
- http://cvs.sourceforge.net/viewcvs.py/*checkout*/gallery/gallery2/README.html
-
-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.
-*****************************************************************