summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/phprojekt/files/postinstall-en.txt')
-rw-r--r--www-apps/phprojekt/files/postinstall-en.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/www-apps/phprojekt/files/postinstall-en.txt b/www-apps/phprojekt/files/postinstall-en.txt
index 4233d46281f5..a9f49cad14e7 100644
--- a/www-apps/phprojekt/files/postinstall-en.txt
+++ b/www-apps/phprojekt/files/postinstall-en.txt
@@ -1,20 +1,19 @@
You are almost done!
-
1. Restart your webserver
2. You will need to create a blank database for phprojekt to use. Consult
your database manual.
- 3. If this is a new install, you will need to
+ 3. If this is a new install, you will need to
touch ${MY_INSTALLDIR}/config.inc.php
chown ${VHOST_SERVER_GID}:${VHOST_SERVER_UID} ${MY_INSTALLDIR}/config.inc.php
- 4. It's a good idea to check your configuration by running
- http://YOURHOST/env_test.php
+ 4. It's a good idea to check your configuration by running
+ http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/env_test.php
Examine its output and fix whatever problems you encounter.
- 5. Complete the installation by logging on to
- http://YOURHOST/setup.php
+ 5. Complete the installation by logging on to
+ http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/setup.php
Enjoy!