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

Vagrantfile and some setting files for Phalcon3 and PHP7.

License

Notifications You must be signed in to change notification settings

ryomo/vagrant-phalcon3-php7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published