summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenat Lumpau <rl03@gentoo.org>2005-08-21 00:33:05 +0000
committerRenat Lumpau <rl03@gentoo.org>2005-08-21 00:33:05 +0000
commit20f71543e2ffbad91dfd6615ec5e2d78acf75076 (patch)
treeaf0030852a915190c106a04afff87c8e0b6fd7ff /www-apps/gallery/files
parentnetpbm USE flag for www-apps/gallery (diff)
downloadgentoo-2-20f71543e2ffbad91dfd6615ec5e2d78acf75076.tar.gz
gentoo-2-20f71543e2ffbad91dfd6615ec5e2d78acf75076.tar.bz2
gentoo-2-20f71543e2ffbad91dfd6615ec5e2d78acf75076.zip
Add unstable versions.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-apps/gallery/files')
-rw-r--r--www-apps/gallery/files/digest-gallery-1.5.1_rc21
-rw-r--r--www-apps/gallery/files/digest-gallery-2.0_rc11
-rw-r--r--www-apps/gallery/files/postinstall-en.txt2
-rwxr-xr-xwww-apps/gallery/files/postinstall-en2.txt24
4 files changed, 27 insertions, 1 deletions
diff --git a/www-apps/gallery/files/digest-gallery-1.5.1_rc2 b/www-apps/gallery/files/digest-gallery-1.5.1_rc2
new file mode 100644
index 000000000000..51f0e430f1ed
--- /dev/null
+++ b/www-apps/gallery/files/digest-gallery-1.5.1_rc2
@@ -0,0 +1 @@
+MD5 abfaa223721110cbb7701c2829e11bf9 gallery-1.5.1-RC2.tar.gz 2235653
diff --git a/www-apps/gallery/files/digest-gallery-2.0_rc1 b/www-apps/gallery/files/digest-gallery-2.0_rc1
new file mode 100644
index 000000000000..6b1f8bf5413a
--- /dev/null
+++ b/www-apps/gallery/files/digest-gallery-2.0_rc1
@@ -0,0 +1 @@
+MD5 d349b826b97f96c8905514a04ae17381 gallery-2.0-rc-1-full.tar.gz 4792904
diff --git a/www-apps/gallery/files/postinstall-en.txt b/www-apps/gallery/files/postinstall-en.txt
index 7212cf3acfc8..2543c1067cbd 100644
--- a/www-apps/gallery/files/postinstall-en.txt
+++ b/www-apps/gallery/files/postinstall-en.txt
@@ -5,5 +5,5 @@ For new installations:
Then create an albums directory and set permissions, e.g.,
chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} my_albums_directory
-Now, point your browser to http://${VHOST_HOSTNAME}${VHOST_APPDIR}/setup/
+Now, point your browser to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup/
and follow the instructions.
diff --git a/www-apps/gallery/files/postinstall-en2.txt b/www-apps/gallery/files/postinstall-en2.txt
new file mode 100755
index 000000000000..2c142f5e4921
--- /dev/null
+++ b/www-apps/gallery/files/postinstall-en2.txt
@@ -0,0 +1,24 @@
+For new installations:
+
+1. Create a directory to share photos and make it writeable by the web server.
+
+2. Create a database for Gallery 2.
+ MySQL: mysqladmin -uroot create gallery2
+ mysql gallery2 -uroot -e"GRANT ALL ON gallery2.* TO
+ username@localhost IDENTIFIED BY 'password'"
+ PostgreSQL: createdb gallery2 -E UNICODE
+ if that doesn't work, try
+ createdb gallery2 -E SQL_ASCII
+ if that doesn't work either, try
+ createdb gallery2
+
+3. Now browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install
+
+For upgrades:
+
+1. Copy over your config.php and the g2data directory.
+
+2. If you are using a PHP accelerator, flush its cache.
+
+3. Browse to http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/upgrade and follow the
+ instructions.