ryomo / vagrant-phalcon3-php7

Vagrantfile and some setting files for Phalcon3 and PHP7.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Summary

OS

CentOS 7

Installed Apps

  • Apache
  • MariaDB
    • root password is pass.
  • PHP 7.0
  • phpMyAdmin
  • Phalcon 3
  • Memcached
    • If you want to use memcached, you should not use Phalcon\Cache\Backend\Memcache, but should use Phalcon\Cache\Backend\Libmemcached.
  • Xdebug

Require

vagrant-vbguest

$ vagrant plugin install vagrant-vbguest

Usage

$ git clone git@github.com:ryomo/vagrant-phalcon3-php7.git
$ cd vagrant-phalcon3-php7/
$ vagrant up

Access

TOP: http://192.168.33.12

phpMyAdmin: http://192.168.33.12/phpmyadmin/

About

Vagrantfile and some setting files for Phalcon3 and PHP7.

License:MIT License


Languages

Language:Shell 98.9%Language:PHP 1.1%