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

Uploaded Source

Built Distribution

getitfixed-1.0.3.dev20191209-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.dev20191209.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.3.dev20191209.tar.gz
Algorithm Hash digest
SHA256 4db495606ec9b39e57a053cbb3ecacb65c6b8b415f39a0a64171c8c61cbbc98f
MD5 671a3efbd1227d6b96f9336155608727
BLAKE2b-256 337b33b79b6d8452dd0796aa86375be9f1e80a399f88362556044881f8112534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for getitfixed-1.0.3.dev20191209-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 741620ecfe255af98b7bf45b564196a32959dea190bf3cadfacb6d0a30b4c8e9
MD5 cbcb9bc222076dedbf8e90eb08cdec2e
BLAKE2b-256 7d8a830771538cc6d33edb896aeea4d8c2d11473400845a506a9eda52b8a112c

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