mention phpmyadmin

This commit is contained in:
Christian Weiske 2015-09-18 20:49:29 +02:00
parent 200aa3c793
commit 27e154e5fc

View 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.