aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2015-09-18 20:49:29 +0200
committerChristian Weiske <cweiske@cweiske.de>2015-09-18 20:49:29 +0200
commit27e154e5fc3dcfb234ad0784ee72c766fe728b64 (patch)
treee83dc87cb2a033832cba8f75a2e1feb7d7200d76
parent200aa3c79324ceb2b42ec6452bc11888e5fafa7d (diff)
downloadsemanticscuttle-27e154e5fc3dcfb234ad0784ee72c766fe728b64.tar.gz
semanticscuttle-27e154e5fc3dcfb234ad0784ee72c766fe728b64.tar.bz2
mention phpmyadmin
-rw-r--r--doc/INSTALL.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt
index c911740..4aadd16 100644
--- a/doc/INSTALL.txt
+++ b/doc/INSTALL.txt
@@ -29,6 +29,8 @@ then this instructions are for you.
$ psql mydatabasename myusername < data/tables-postgresql.sql
+ You can also use a web interface like phpMyAdmin to import the file.
+
3. Copy ``data/config.php.dist`` to ``data/config.php`` and modify it as
necessary. See configuration_ for more information.
4. Make the cache directory writable by your web server.