aboutsummaryrefslogtreecommitdiff
path: root/doc/INSTALL.txt
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-10-01 17:48:30 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-10-01 17:48:30 -0300
commitb3bbae81b7b2c8132a4e43cfa49b81fae58dd8e5 (patch)
tree28f70b6caff40a0b104177f893630c796e540e77 /doc/INSTALL.txt
parent9a5f69a671a0ad841d9914293efbdcef0e1b75bf (diff)
parentea04385bc16de6b7b65aab75c5c33cfe2d71ea84 (diff)
downloadsemanticscuttle-b3bbae81b7b2c8132a4e43cfa49b81fae58dd8e5.tar.gz
semanticscuttle-b3bbae81b7b2c8132a4e43cfa49b81fae58dd8e5.tar.bz2
Merge remote-tracking branch 'querwurzelt/master' into mergev0.99.0
Diffstat (limited to 'doc/INSTALL.txt')
-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.