Kickstart WordPress projects with a sane development environment!
git clone -o gitium [email protected]:PressLabs/gitium-base AWESOME_SITE
cd AWESOME_SITE
git submodule update --init
vagrant up
Point your browser at http://AWESOME_SITE.local.
cd AWESOME_SITE
git remote add origin [email protected]:GITHUB_USERNAME/AWESOME_SITE
git branch master --set-upstream-to origin/master
git push origin master
To start a project you need to download and install vagrant and virtualbox.
On Ubuntu or Debian after download issue:
dpkg -i vagrant*.deb
dpkg -i virtualbox*.deb
- Vagrant must be installed / downloaded from the vagrantup.com site
- Check your virtualization settings from your PC BIOS