From: Christian Weiske Date: Fri, 18 Sep 2015 18:49:29 +0000 (+0200) Subject: mention phpmyadmin X-Git-Tag: v0.99.0^2~3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=27e154e5fc3dcfb234ad0784ee72c766fe728b64;p=semanticscuttle.git mention phpmyadmin --- 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.