Skip to main content

getitfixed

Project description

Documentation

Build the docs

cd getitfixed/docs
make html

Demo : https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed/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

Before the first release we will overwrite the first migration:

rm -rf getitfixed/alembic/versions/*.py
cat <<<EOF | docker-compose exec --user postgres db psql -d getitfixed
DROP SCHEMA getitfixed CASCADE;
CREATE SCHEMA getitfixed;
GRANT ALL ON SCHEMA getitfixed TO getitfixed;
EOF
docker-compose run --rm --user `id -u ` getitfixed \
    alembic -c /app/alembic.ini -n getitfixed revision --autogenerate -m 'First revision'

Now try it:

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

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

getitfixed-1.0.13.dev20200428.tar.gz (168.6 kB view hashes)

Uploaded Source

Built Distribution

getitfixed-1.0.13.dev20200428-py2.py3-none-any.whl (181.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page