-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstackato.yml
More file actions
30 lines (30 loc) · 862 Bytes
/
stackato.yml
File metadata and controls
30 lines (30 loc) · 862 Bytes
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
env:
DJANGO_SETTINGS_MODULE: appsembler_settings
PYTHONPATH: /app/app:/app/app/anytimeevent:/app/app/anytimeevent/apps
framework:
runtime: python27
type: python
ignores: ["bin", ".git", "build", "include", "lib", ".Python", ".DS_Store"]
hooks:
post-staging:
- python manage.py syncdb --noinput
# - python manage.py migrate
- python manage.py createsuperuser --noinput --username=appsembleradmin --email=admin@appsembler.com
- python manage.py changepassword2 appsembleradmin 12345
- python manage.py collectstatic --noinput
instances: 1
mem: 64M
name: anytimeevent
processes:
web: $STACKATO_UWSGI --static-map /static=/app/app/anytimeevent/static
requirements:
pip: []
pypm:
- mysql-python
- django-stackato
- psycopg2
staging:
ubuntu: []
services:
filesystem-anytimeevent: filesystem
postgresql-anytimeevent: postgresql