- install VirtualBox v5.1.0
- install Vagrant v1.9.2
- open command line:
cd c:/tmp
git clone [email protected]:guoliang-dev/jekyll-vagrant.git
cd jekyll-vagrant
vagrant up
, it may take few minutes to start the VM. it'll download a Ubuntu 14 to your PC during first time run.ssh vagrant@localhost -p 2222
withvagrant/vagrant
and execute:
cd /vagrant # /vagrant is the share folder pointing to folder jekyll-vagrant in the host.
jekyll new my-awesome-site