# # ChangeLog for bin/start in OpenWorkouts-current # # Generated by Trac 1.0.17 # May 3, 2024, 2:17:32 PM Sun, 03 Mar 2019 18:20:29 GMT Borja Lopez [8ee2af5] * .gitignore (modified) * bin/install (modified) * bin/start (modified) * bin/uwsgi_start (modified) * etc/development.wsgi (added) * etc/uwsgi_development.ini (added) * var/log/uwsgi/README (added) Added the scripts and config files to run uwsgi instead of pserve ... Mon, 18 Feb 2019 20:37:43 GMT Borja Lopez [2142a49] * bin/start (modified) * bin/stop (added) * development.ini (modified) Use ZEO in development mode too. (we will need it once we start ... Mon, 11 Feb 2019 20:47:37 GMT Borja Lopez [f713dbc] * bin/start (modified) The bin/start helper runs pip and js_deps to ensure all python and js ... Sun, 10 Feb 2019 09:32:31 GMT Borja Lopez [d98641b] * bin/install (modified) * bin/start (modified) * bin/zeo_backup (modified) * bin/zeo_pack (modified) * bin/zeo_start (modified) * bin/zeo_stop (modified) Fixed permissions on the helper scripts under bin/ Fri, 11 Jan 2019 12:54:25 GMT borja [2d2898b] * bin/start (added) (#41) Added start script, which basically activates the env and runs ...