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.12.dev20200409.tar.gz (167.6 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.12.dev20200409-py2.py3-none-any.whl (179.2 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.12.dev20200409.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.12.dev20200409.tar.gz
Algorithm Hash digest
SHA256 78cf9f25a6f0f97e05f7fcc5e3d3e1a98ca07d337461edd585acc7313c3b395f
MD5 aadb75af77ae11ac66d13f118b68b666
BLAKE2b-256 ccc891f50eab0c46c84cf8edebbaa3a1c82b14f15a65a6e9aebfd5a1c729b56b

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.12.dev20200409-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.12.dev20200409-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 daa790fd55327fa9722bbe275be2560ae7ab174baf931a7db7b534e14314e35a
MD5 319b7a665cc0f8a6092797f109f49333
BLAKE2b-256 116955228632efbe66d52a22f12df2809728da63df5a4cc539a6689859d33bbc

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