This kickstart expects to be used with vagrant to provision, and with a CentOS 6.1 box with basic LAMP stack already installed. Specifically, Box lamp-cent.6.1.
Copy (or symlink) the proper Vagrant file from data/vagrant/*/Vagrantfile to to this dir. Then, run... "vagrant up" to boot dev environment.
See the settings in the Vagrantfile to detect the ip address and see what provisioning scripts run.
This project is not meant to be cloned (unless of course your creating your own kickstart.) Rather it's meant to be downloaded and used as a startign point at the begining of a project. To start a new project, generally you would want to...
- download the zip of this repo
- rename the folder per the project name
- rm -rf .git
- git init / add new remote
- commit and push to a new remote