Metadata-Version: 2.1
Name: getitfixed
Version: 1.0.28
Summary: getitfixed
Home-page: UNKNOWN
Author: 
Author-email: 
License: UNKNOWN
Keywords: web wsgi bfg pylons pyramid
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Pyramid
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
License-File: LICENSE

GetItFixed!
===========

Documentation
-------------
Build the docs

.. code-block:: bash

    cd getitfixed/docs
    make html

Demo :
https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed/issues

Demo admin :
https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed_admin/issues

Create a development instance
-----------------------------

.. code-block:: bash

    git clone git@github.com:camptocamp/getitfixed.git
    cd getitfixed
    make meacoffee

Public interface should be available at:
http://localhost:8080/getitfixed/issues

Admin interface should be available at:
http://localhost:8080/getitfixed_admin/issues

Generate a new alembic revision
-------------------------------

Generate a new alembic revision:

.. code-block:: bash

    docker-compose run --rm --user `id -u` getitfixed \
        alembic -c /app/alembic.ini -n getitfixed revision --autogenerate -m 'First revision'

Now upgrade the database:

.. code-block:: bash

    docker-compose run --rm --user `id -u` getitfixed \
        alembic -c /app/alembic.ini -n getitfixed upgrade head

Email
-----

In development we use a custom SMTP server. All emails will be available
at the following address:

http://localhost:8082/webmail/?_task=mail&_mbox=INBOX


0.0
---

-  Initial version


