From 6c711f696f73bc59813f6834ec241aef3b626cbd Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 29 Aug 2015 20:00:53 -0400 Subject: Include documentation in the application --- docs/postgresql-configuration.markdown | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 docs/postgresql-configuration.markdown (limited to 'docs/postgresql-configuration.markdown') diff --git a/docs/postgresql-configuration.markdown b/docs/postgresql-configuration.markdown deleted file mode 100644 index 3c07ff16..00000000 --- a/docs/postgresql-configuration.markdown +++ /dev/null @@ -1,40 +0,0 @@ -Postgresql configuration -======================== - -By default, Kanboard use Sqlite to store its data but it's also possible to use Postgresql. - -Requirements ------------- - -- A Postgresql server already installed and configured -- The PHP extension `pdo_pgsql` installed (Debian/Ubuntu: `apt-get install php5-pgsql`) - -Note: Kanboard is tested with **Postgresql 9.3 and 9.4** - -Configuration -------------- - -### Create an empty database with the command `pgsql`: - -```sql -CREATE DATABASE kanboard; -``` - -### Create a config file - -The file `config.php` should contains those values: - -```php -