dancryer / PHPCI

PHPCI is a free and open source continuous integration tool specifically designed for PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No database setup during the phpci:install process

michaelnguyen2021 opened this issue · 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

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