Skip to content

Kickstart WordPress projects with a sane development environment!

Notifications You must be signed in to change notification settings

presslabs/gitium-base-test

 
 

Repository files navigation

gitium-base

Kickstart WordPress projects with a sane development environment!

Clone and go!

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.

Connect to your remote git

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

Requirements

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

Notes

  • Vagrant must be installed / downloaded from the vagrantup.com site
  • Check your virtualization settings from your PC BIOS

About

Kickstart WordPress projects with a sane development environment!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.0%
  • HTML 8.7%
  • CSS 2.9%
  • Shell 1.4%