labkaxita / lakaxita

Webpage of Lakaxita social squad house
http://www.lakaxita.org
GNU Affero General Public License v3.0
1 stars 0 forks source link

Build Status

Lakaxita Gaztetxea's web page

Main components

Optimizers and converters

Installation

Development

git clone https://github.com/labkaxita/lakaxita.git
cd lakaxita
python bootstrap.py
aptitude install fontforge ttfautohint
./bin/buildout
./bin/django syncdb --migrate
./bin/django runserver

Example data

It's very useful to load some example data in development. This data can be generated automagically but it's always better to have more realistic input:

./bin/django loaddata example_data.json

BTW, all the example photos are taken from flickr under a creative commons license and no modifications are intended.

SASS to CSS compiler

./bin/sass-watch

SVG to font conmpiler

./bin/font-watch

Deployment

Configuration

git clone https://github.com/labkaxita/lakaxita.git
cd lakaxita
pip install dotcloud # system wide or virtualenv
dotcloud setup # dotcloud user & pass
dotcloud check
dotcloud connect --git lakaxita

Deploy

# push latests git commits
dotcloud push