-
Notifications
You must be signed in to change notification settings - Fork 1
/
stackato.yml
51 lines (49 loc) · 1.21 KB
/
stackato.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
name: pootle
framework:
type: python
runtime: python27
document-root: pootle
env:
DJANGO_SETTINGS_MODULE: pootle.settings
requirements:
pip:
- django>=1.5.5,<1.6
- django-voting==0.1
- South>=0.7.6
- django-assets>=0.8
- django-allauth==0.15.0
- django-taggit>=0.10,<0.11.2
- django-registration==1.0
- django-contact-form==1.0
- argparse
- cssmin>=0.1.4
- lxml>=2.1.4
- -e git://github.com/translate/translate.git#egg=translate-toolkit
- Sphinx>=1.1
- mysql-python>=1.2.3
- python-Levenshtein>=0.11.1
- python-memcached>=1.40
- raven>=1.7.5
- django-extensions>=0.9
- glue>=0.2.8.1
- -e git://github.com/django-debug-toolbar/django-debug-toolbar.git#egg=django-debug-toolbar
min_version:
client: 1.4.3
services:
${name}-db: mysql
memcached-${name}: memcached
hooks:
pre-staging:
- git clone https://github.com/translate/pootle.git
post-staging:
- python settings.py
- python $HOME/pootle/manage.py syncdb --noinput
- python $HOME/pootle/manage.py migrate
- python $HOME/pootle/manage.py initdb
processes:
web: python $HOME/pootle/manage.py runserver
ignores:
- .git
- dev.db
- "*~"
- "*.pyc"