mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 08:16:28 +00:00
b5a029033d
* [fix] readme * Removed swtich-to-v4 and switch-to-v5 commands * consider passwords.txt (#408) * Fixes bench release github username error (#406) * ran 2to3 script * Correct urllib.parse import * Backward compatible urllib import * removed test_setup_production_v6 * Fix bug global hashlib is not defined (#399) * Don't need $query_string (#390) * removed semicolon, click.prompt adds it * Letsencrypt fix develop (#407) * [Fix] Letsencrypt error - Please specify user or filename to write. * Fix bug global hashlib is not defined (#399) * Don't need $query_string (#390) * [Fix] Issue #404 - write to system cron * letsencrypt.py - renamed user_crontab to system_crontab * Npm dependency management using package.json (#409) * Fix bug global hashlib is not defined (#399) * Don't need $query_string (#390) * Develop (#400) * [fix] readme * Removed swtich-to-v4 and switch-to-v5 commands * Add "bench setup babel" command * Add "less" package * Npm dependency management using package.json * Add default package.json
17 lines
341 B
YAML
17 lines
341 B
YAML
---
|
|
|
|
# Setup Procfile
|
|
- name: setup procfile
|
|
command: bench setup procfile
|
|
args:
|
|
creates: "{{ bench_path }}/Procfile"
|
|
chdir: "{{ bench_path }}"
|
|
|
|
|
|
# Setup Redis env for RQ
|
|
- name: setup redis
|
|
command: bench setup redis
|
|
args:
|
|
creates: "{{ bench_path }}/config/redis_socketio.conf"
|
|
chdir: "{{ bench_path }}"
|