diff options
author | Anna Zubenko <sheela.na.geek@gmail.com> | 2011-10-22 22:57:43 +0300 |
---|---|---|
committer | Anna Zubenko <sheela.na.geek@gmail.com> | 2011-10-22 22:57:43 +0300 |
commit | 8a16007dff69081383d08a86e2ee7bdcfa3ec2eb (patch) | |
tree | ff595c173e0cdf9cf5ac1b91a08fb1c9c369715c /www-apps | |
parent | update of portage coppermine ebuild (diff) | |
download | eatnumber1-8a16007dff69081383d08a86e2ee7bdcfa3ec2eb.tar.gz eatnumber1-8a16007dff69081383d08a86e2ee7bdcfa3ec2eb.tar.bz2 eatnumber1-8a16007dff69081383d08a86e2ee7bdcfa3ec2eb.zip |
fixed new working dir name
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/coppermine/files/postinstall-en.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www-apps/coppermine/files/postinstall-en.txt b/www-apps/coppermine/files/postinstall-en.txt new file mode 100644 index 0000000..8e2ede8 --- /dev/null +++ b/www-apps/coppermine/files/postinstall-en.txt @@ -0,0 +1,14 @@ +To complete the installation, you must + +1. Manually create a MySQL user and database. + The installer will handle the rest. + +Finally, point your browser to: + + http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/install.php + +== + +To complete an upgrade, point your browser at: + + http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/upgrade.php |