PHPCI icon indicating copy to clipboard operation
PHPCI copied to clipboard

No database setup during the phpci:install process

Open michaelnguyen2021 opened this issue 8 years ago • 1 comments

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

michaelnguyen2021 avatar Jan 04 '17 20:01 michaelnguyen2021

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

JoolsMcFly avatar Feb 05 '17 20:02 JoolsMcFly