]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
mention phpmyadmin
authorChristian Weiske <cweiske@cweiske.de>
Fri, 18 Sep 2015 18:49:29 +0000 (20:49 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Fri, 18 Sep 2015 18:49:29 +0000 (20:49 +0200)
doc/INSTALL.txt

index c911740901361373be9c989a945908effafc1187..4aadd1672aa13172741cf15006e1450e5c198f6e 100644 (file)
@@ -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.