Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 662 Bytes

INSTALL.rst

File metadata and controls

36 lines (22 loc) · 662 Bytes

Installation

  • Clone the repository.

  • Change to the project directory.

  • Edit buildout.cfg and update the following parameters in the buildout section:

    port

    The port you want to listen on

    url

    The URL the application will be served at, including the port, if not 80.

    authorized

    Whitespace separated list of regular expressions matching emails that should be allowed access.

  • Run the bootstrap script with Python 2.6 or 2.7:

    python bootstrap.py
    
  • Run the buildout:

    bin/buildout
    

    Note that you'll need development tools and libraries, including libevent.

  • Run the server:

    bin/server start