diff options
author | Dane Smith <c1pher@gentoo.org> | 2012-02-02 21:06:09 -0500 |
---|---|---|
committer | Dane Smith <c1pher@gentoo.org> | 2012-02-02 21:06:09 -0500 |
commit | 2906f2f2731023b946db9f5ea41a4257a0a3f1cd (patch) | |
tree | 0db177b7a80220b13712494ed1ecc1d82b06a9d5 /www-apps/indefero/files | |
parent | Syntax (diff) | |
download | c1pher-2906f2f2731023b946db9f5ea41a4257a0a3f1cd.tar.gz c1pher-2906f2f2731023b946db9f5ea41a4257a0a3f1cd.tar.bz2 c1pher-2906f2f2731023b946db9f5ea41a4257a0a3f1cd.zip |
Update postinstall doc. Cleanup extra cruft
Diffstat (limited to 'www-apps/indefero/files')
-rw-r--r-- | www-apps/indefero/files/postinstall-en-1.2.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-apps/indefero/files/postinstall-en-1.2.txt b/www-apps/indefero/files/postinstall-en-1.2.txt index 654468f..12b1b79 100644 --- a/www-apps/indefero/files/postinstall-en-1.2.txt +++ b/www-apps/indefero/files/postinstall-en-1.2.txt @@ -20,10 +20,10 @@ that you used in step 1. 3) To actually create the needed tables for indefero, cd <path to indefero>/src and run dbsetup.sh. -4) Lastly, edit <path to indefero>/www/bootstrap.php. Change the places where +4) Lastly, edit <path to indefero>/bootstrap.php. Change the places where it says <PATH TO INDEFERO> to point to the install you're using. Then update -it to use a username / password of your choice. Then run php <path to indefero>/www/bootstrap.php. +it to use a username / password of your choice. Then run php <path to indefero>/bootstrap.php. When this is done and you see the success, rm <path to -indefero>/www/bootstrap.php. +indefero>/bootstrap.php. |