Skip to main content

getitfixed

Project description

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.3.dev20191207.tar.gz (164.7 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.3.dev20191207-py2.py3-none-any.whl (179.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.3.dev20191207.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.3.dev20191207.tar.gz
Algorithm Hash digest
SHA256 f8323e15d7ff2139493958ef28ebc3c6e28d9aa97b9d7706b472d4e576186aef
MD5 8688b5394bb010b5c1aaa0c4936964b2
BLAKE2b-256 828635ba6368419f831bc8bba36ef9297baeadbaed66a7809c734d0425513fb7

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.3.dev20191207-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.3.dev20191207-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8a8cc22cceca2b0ec15a59b237a01c9f5ac2b579bc898e46a010f17fd6e474c4
MD5 c2d165e9c122710c53f077d47c1c50e4
BLAKE2b-256 4ec39bcc70e95126f307c8f6a03a58f6b6ade99be58071854273d0cf408ee154

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