$ 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 deployEğer yeni çeviriler eklendiyse:
$ make extractYeni ç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 compileextract 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/.