dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.
BSD 2-Clause "Simplified" License
2.42k stars 439 forks source link

No database setup during the phpci:install process #1292

Open michaelnguyen2021 opened 7 years ago

michaelnguyen2021 commented 7 years ago

I am using Vagrant + https://box.scotch.io/

Installed PHPCI by composer. When I run php console phpci:install . NO tables/data are created.

Below is the error

/var/www/phpci/vendor/bin/phinx: Permission denied Error exits out the database process

phpci-phinx

JoolsMcFly commented 7 years ago

You probably do not have write privs to phpci database. Make sure user phpci can CRUD tables and you should be good to go.