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

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

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.17.dev20200710.tar.gz (172.1 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.17.dev20200710-py2.py3-none-any.whl (186.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.17.dev20200710.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.17.dev20200710.tar.gz
Algorithm Hash digest
SHA256 cf1fbdbae84129b8e0d59b88baa07b221421a08dbb932c6156c0f4ada2ca6e53
MD5 7700943bbc4f7d8f519291f34e1e9ab7
BLAKE2b-256 2ec5e39dcbf8c37a1ff80c7f8a598b1784a7d5f004ddb6efe7cedfdd6934a349

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.17.dev20200710-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.17.dev20200710-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a2d4728c89de8f1ba7571ab3a2f39168c4235f398d3b175e164f648c5b207541
MD5 4cc191e885729c75167153c74106a321
BLAKE2b-256 49d7f52f788d8bec3a44f4d03eed78c3b8a816dc67c3374421184d8cf589216b

See more details on using hashes here.

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