2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

Setup socketio on init

This commit is contained in:
Pratik Vyas 2015-07-23 12:18:21 +05:30
parent b4db16ee46
commit 892aceae26

View File

@ -75,6 +75,7 @@ def init(path, apps_path=None, no_procfile=False, no_backups=False,
setup_auto_update(bench=path)
if apps_path:
install_apps_from_path(apps_path, bench=path)
setup_socketio(bench=path)
FRAPPE_VERSION = get_current_frappe_version(bench=path)
build_assets(bench=path)
generate_redis_config(bench=path)