aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-11-15 18:02:01 -0800
committerFriendika <info@friendika.com>2010-11-15 18:02:01 -0800
commitf8a4bf5987cceda958e6bc4386ab37658fdfa419 (patch)
tree00e4b49b4abe7e879a3d71141098fc78910e2e55
parentc2b4791af02f0d545089383a705d6b7ca790c0dc (diff)
downloadvolse-hubzilla-f8a4bf5987cceda958e6bc4386ab37658fdfa419.tar.gz
volse-hubzilla-f8a4bf5987cceda958e6bc4386ab37658fdfa419.tar.bz2
volse-hubzilla-f8a4bf5987cceda958e6bc4386ab37658fdfa419.zip
document need to create empty DB for installation
-rw-r--r--INSTALL16
1 files changed, 9 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 624333e90..3661fff18 100644
--- a/INSTALL
+++ b/INSTALL
@@ -33,30 +33,32 @@ you might have trouble getting everything to work.]
NOTE: This has NOT been fully tested!
In this case, you cannot use the web installer.
- Skip step 3 and proceed to step 4 - especially steps 4a and 4b.
+ Skip step 4 and proceed to step 5 - especially steps 5a and 5b.
- Everything will work much better if you can dedicate a domain
or subdomain so that you don't require an extra server path.
-3. Visit your website with a web browser and follow the instructions.
+3. Create an empty database and note the access details (hostname, username, password, database name).
-4. *If* the automated installation fails for any reason, check the following:
+4. Visit your website with a web browser and follow the instructions.
- 4a. ".htconfig.php" exists
+5. *If* the automated installation fails for any reason, check the following:
+
+ 5a. ".htconfig.php" exists
If not, edit htconfig.php and change system settings. Rename
to .htconfig.php
- 4b. Database is populated.
+ 5b. Database is populated.
If not, import the contents of "database.sql" with phpmyadmin
or mysql command line
-5. At this point visit your website again, and register your personal account.
+6. At this point visit your website again, and register your personal account.
Registration errors should all be recoverable automatically.
If you get any *critical* failure at this point, it generally indicates the
database was not installed correctly. You might wish to move/rename
.htconfig.php to another name and empty (called 'dropping') the database
tables, so that you can start fresh.
-6. Set up a cron job or scheduled task to run the poller once every 5-10
+7. Set up a cron job or scheduled task to run the poller once every 5-10
minutes to pick up the recent "public" postings of your friends. Example:
cd /base/directory; /path/to/php include/poller.php