Skip to content

fredbourni/vagrant-cactus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vagrant-cactus

Vagrant box for the static site generator Cactus

Dependencies

How-To

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 port 2222 using vagrant 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/

Documentation

About

Vagrant box for the static site generator Cactus

Resources

License

Stars

Watchers

Forks

Packages

No packages published