aboutsummaryrefslogtreecommitdiffstats
path: root/install/INSTALL.txt
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-15 15:36:01 -0700
committerfriendica <info@friendica.com>2015-03-15 15:36:01 -0700
commit6537a65053f456870e6f03cdb5bca9a9907426eb (patch)
tree91d6bddd3aad56870d80933096c42603557c414e /install/INSTALL.txt
parentcc2c7bbcd89bf3b937b1248519d23bde1179190f (diff)
downloadvolse-hubzilla-6537a65053f456870e6f03cdb5bca9a9907426eb.tar.gz
volse-hubzilla-6537a65053f456870e6f03cdb5bca9a9907426eb.tar.bz2
volse-hubzilla-6537a65053f456870e6f03cdb5bca9a9907426eb.zip
mysql schema typo, do the install check for store before chcking smarty, as that is where the dir is created, change install doc to point to install/schema_xxxxx.sql instead of database.sql
Diffstat (limited to 'install/INSTALL.txt')
-rw-r--r--install/INSTALL.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/INSTALL.txt b/install/INSTALL.txt
index d042f34ec..36d112086 100644
--- a/install/INSTALL.txt
+++ b/install/INSTALL.txt
@@ -154,8 +154,8 @@ website.
If not, edit htconfig.php and change system settings. Rename
to .htconfig.php
- Database is populated.
- If not, import the contents of "database.sql" with phpmyadmin
- or mysql command line
+ If not, import the contents of "install/schema_xxxxx.sql" with phpmyadmin
+ or mysql command line (replace 'xxxxx' with your DB type).
7. At this point visit your website again, and register your personal account.
Registration errors should all be recoverable automatically.