Skip to content

sdtorresl/vagrant-cakephp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant CakePHP

Author: Sergio Torres

Version: 0.1

A vagrant that setup CakePHP and all its dependencies.

Prerequisites

  • Vagrant
  • Virtualbox

Usage

  1. Clone this repository

    git clone https://github.com/sdtorresl/vagrant-cakephp
    
  2. 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
  3. Execute with vagrant:

    cd vagrant-cakephp---
    vagrant up
  4. Check installation in your web browser (replacing APP_NAME var):

    http:/192.168.33.10/APP_NAME

Releases

No releases published

Packages

No packages published