Skip to content

ozzhates/licensing-portal

 
 

Repository files navigation

This is a licensing portal for end user management of hardware locked licenses generated
by license-generator. Most of the code is in ./licensing_portal/controllers/root.py

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

Install ``licensing-portal`` using the setup.py script::

    $ cd licensing-portal
    $ 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.

About

TurboGears2 software licensing portal. End users self manage hardware locked licences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.9%
  • HTML 23.8%
  • Other 0.3%