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:
parent
b4db16ee46
commit
892aceae26
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user