Deploying SyncΒΆ

Sync can be run with the built-in Python server using Paster for development purpose. In production, the recommended setup is:

  • Nginx
  • GUnicorn with sync workers

XXX Add config example.

Previous topic

Configuring the application

Next topic

Coding guidelines

This Page