Vagrant box for the static site generator Cactus
Clone this repo
git clone https://github.com/fredbourni/vagrant-cactus.git
Start the VM
cd vagrant-cactus
vagrant up
Connect to the VM
- Use PuTTY or any other SSH client using
127.0.0.1
port2222
usingvagrant
as username and password.
Create your first Cactus site
cactus create /projects/mysite.com
cd /projects/mysite.com
Test your fresh new site
cactus serve
This cactus command will start a python-based Web server you can visit at this address: http://127.0.0.1:8000/