Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

camptocamp/getitfixed

Repository files navigation

GetItFixed!

Documentation

Build the docs

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

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:

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

Now upgrade the database:

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