Skip to content

thehub/hubreporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hub Reporter
============
This application is developed as simpler ticket creating interface for The Hub's infrastructure users.

Installation and Setup
======================

Install ``Hub-Reporter`` using the setup.py script::

    $ cd Hub-Reporter
    $ python setup.py install

Create the project database for any model classes defined::

    $ paster setup-app development.ini

Start the paste http server::

    $ paster serve development.ini

While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::

    $ paster serve --reload development.ini

Then you are ready to go.

Releases

No releases published

Packages

No packages published

Languages