From 0371acff89b14b9bdcb03e72fd9637e26e6b517c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 29 Jan 2017 11:07:42 -0500 Subject: Move English documentation to folder en_US --- doc/postgresql-configuration.markdown | 50 ----------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 doc/postgresql-configuration.markdown (limited to 'doc/postgresql-configuration.markdown') diff --git a/doc/postgresql-configuration.markdown b/doc/postgresql-configuration.markdown deleted file mode 100644 index bab15313..00000000 --- a/doc/postgresql-configuration.markdown +++ /dev/null @@ -1,50 +0,0 @@ -Postgresql configuration -======================== - -By default, Kanboard use Sqlite to store its data but it's also possible to use Postgresql. - -Requirements ------------- - -- Postgresql >= 9.3 -- The PHP extension `pdo_pgsql` installed (Debian/Ubuntu: `apt-get install php5-pgsql`) - -Configuration -------------- - -### Create an empty database with the command `pgsql`: - -```sql -CREATE DATABASE kanboard; -``` - -### Create a config file - -The file `config.php` should contain those values: - -```php -