added models, wiki class, util funcs, layout files, view files
This commit is contained in:
parent
967815bda5
commit
26137047cd
16 changed files with 238 additions and 48 deletions
15
srv/salt/reimagine/init.sls
Normal file
15
srv/salt/reimagine/init.sls
Normal file
|
@ -0,0 +1,15 @@
|
|||
python-pkgs:
|
||||
pkg.installed:
|
||||
- pkgs:
|
||||
- python-dev
|
||||
- python-pip
|
||||
- build-essential
|
||||
|
||||
{% for pkg in ['tornado', 'pyzmq', 'itsdangerous', 'boto', 'redis', 'simplejson', 'sockjs-tornado', 'flask', 'flask-bcrypt', 'flask-login', 'flask-assets', 'gittle', 'gevent' ] %}
|
||||
{{ pkg }}-pip:
|
||||
pip:
|
||||
- name: {{ pkg }}
|
||||
- installed
|
||||
- require:
|
||||
- pkg.installed: python-pkgs
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue