Initial work on an install script

This commit is contained in:
Pinga 2023-12-26 18:25:00 +02:00
parent 4df16e200f
commit b57a107e89
2 changed files with 272 additions and 1 deletions

View file

@ -6,7 +6,7 @@ APP_ROOT=/var/www/cp
DB_DRIVER=mysql
DB_HOST=localhost
DB_DATABASE=pinglet
DB_DATABASE=registry
DB_USERNAME=root
DB_PASSWORD=
DB_PORT=3306