CentOS 7
- Apache
- MariaDB
- root password is
pass
.
- root password is
- PHP 7.0
- phpMyAdmin
- Phalcon 3
- Memcached
- If you want to use memcached, you should not use
Phalcon\Cache\Backend\Memcache
, but should usePhalcon\Cache\Backend\Libmemcached
.
- If you want to use memcached, you should not use
- Xdebug
vagrant-vbguest
$ vagrant plugin install vagrant-vbguest
$ git clone git@github.com:ryomo/vagrant-phalcon3-php7.git
$ cd vagrant-phalcon3-php7/
$ vagrant up
TOP: http://192.168.33.12
phpMyAdmin: http://192.168.33.12/phpmyadmin/