Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (27 loc) · 647 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 647 Bytes

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/