Skip to content
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.

A Vagrant build to run a Phalcon development LAMP stack (Nignx, Mysql, Phpmyadmin, PHP-5.5.9, Node.js, Sass, Compass, Less, Composer, OpenJDK, Imagic, ...) on a vmware or virtualbox provider.

Notifications You must be signed in to change notification settings

jeffreycahyono/vagrant-phalcon-box

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Vagrant Phalcon Box setup

A slight modification of https://github.com/web-solution/vagrant-symfony2-box to work with phalcon

  • Using Mysql 5.6 version

  • added elasticsearch

  • added beanstalkd

  • mongodb removed

  • capifony removed

  • phalcon.ini is in the /puppet/files/phalcon.ini

  • Config params is in the /puppet/manifests/core/params.pp. Change this values spesifi to your needs.

  • Vagrant automatically setups database with this setup:

    • Username: root
    • Password: core::params::dbroot_password
    • Database: core::params::dbname

Requirements

Installation

####This setup is based and tested with Ubuntu Precise 64 bit base box, with Vagrant 1.5.1 version

Clone this repository

```$ git clone https://github.com/jeffreycahyono/vagrant-phalcon-box.git```

Installed components

About

A Vagrant build to run a Phalcon development LAMP stack (Nignx, Mysql, Phpmyadmin, PHP-5.5.9, Node.js, Sass, Compass, Less, Composer, OpenJDK, Imagic, ...) on a vmware or virtualbox provider.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 52.3%
  • Ruby 40.7%
  • Shell 7.0%