Author: Sergio Torres
Version: 0.1
A vagrant that setup CakePHP and all its dependencies.
- Vagrant
- Virtualbox
-
Clone this repository
git clone https://github.com/sdtorresl/vagrant-cakephp
-
Edit and modify variables in config.sh file:
- APP_NAME: The name of your CakePHP app
- DB_NAME: the name of your database
- DB_USER: User of the database
- DB_PASSWORD: Password of the database
-
Execute with vagrant:
cd vagrant-cakephp--- vagrant up
-
Check installation in your web browser (replacing APP_NAME var):
http:/192.168.33.10/APP_NAME