$ git clone git://github.com/jspyconf/website.git
$ cd website/
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ cp settings.py.dist settings.py
$ cp fabenv.py.dist fabenv.py
$ python app.py
$ firefox http://127.0.0.1:5000/
Değişiklikleri depoya gönderdikten sonra, Virtualenv içerisindeyken aşağıdaki komutu çalıştırmak yeterli.
$ fab deploy
Eğer yeni çeviriler eklendiyse:
$ make extract
Yeni çevirilecek kısmları mevcut dillerin messages.po
dosyasına eklemek için:
$ make update
Çevirileri yaptıktan sonra derleyip, kullanılabilir hale getirmek için:
$ make compile
extract
ve update
komutlarını tek seferde çalıştırmak için:
$ make
- Uygulamayı daha modüler hale getirmek için blueprints kullanılacak.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.