Web page for buenosairestech.org
You can easily build the site using Cactus. You can install it by running:
git clone https://github.com/koenbok/Cactus
cd Cactus/cactus
sudo easy_install cactus
More info here
- .build Generated site (upload this to your host)
- pages Your actual site pages
- index.html
- sitemap.xml
- robots.txt
- error.html A default 404 page
- templates Holds your django templates
- base.html
- static Directory with static assets
- images
- css
- js
- plugins A list of plugins
You need to build the site with Cactus. For this run:
cactus serve
Then open http://127.0.0.1:8000
Run:
cactus deploy
The first time it will ask for your AWS S3 information. Be careful because the information will be saved in the config.json. Thats why the file is in the .gitignore. You can copy the config.json.sample to start.
See LICENSE.md