Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

153957/vrouwenkoor-unlimited

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vrouwenkoor UNLIMITED

GPLv3 Travis Status

This is the website for the Vrouwenkoor UNLIMITED.

Installing cactus

This site uses Cactus to build.

Cactus is a Python program, so Python 2.7 is required. Also pip is used to install cactus. Other packages that are required by cactus are automatically installed. So open a Terminal and run:

pip install cactus

If all goes well cactus can now be used.

To start a local webserver navigate to the repository in the Terminal and run:

cactus serve

You can then point your browser to http://127.0.0.1:8000 to view the local version. If you make any changes to the code this should be reflected almost immediently in the local website.

Synchronize

To update the live server use these commands:

cd [path to repository]
rm -rf .build
cactus build
rsync -avz .build/ [username]@[server address]:[path to web root]

About

Website for Vrouwenkoor UNLIMITED

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published