source: OpenWorkouts-current/bin/zeo_start @ 5ec3a0b

currentfeature/docs
Last change on this file since 5ec3a0b was 5ec3a0b, checked in by borja <borja@…>, 5 years ago

Imported sources from the old python2-only repository:

  • Modified the code so it is python 3.6 compatible
  • Fixed deprecation warnings, pyramid 1.10.x supported now
  • Fixed deprecation warnings about some libraries, like pyramid-simpleform
  • Added pytest-pycodestyle and pytest-flakes for automatic checks on the source code files when running tests.
  • Added default pytest.ini setup to enforce some default parameters when running tests.
  • Cleaned up the code a bit, catched up with tests coverage.
  • Property mode set to 100644
File size: 167 bytes
Line 
1#!/bin/sh
2#
3# Script to start the ZEO server, using the proper paths
4#
5
6# the path to zeoctl should be correctly set by the virtualenv
7zeoctl -d -C etc/zeo.conf start
Note: See TracBrowser for help on using the repository browser.