You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Install Website
Create database
su -
sudo -u postgres psql
create user cot with password cot;
create database cot with owner cot;
\q
Required php packages
- php-pdo
- php-pgsql
- composer
- PHPMailer
Install php dependencies
composer install