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.16.dev20200709.tar.gz (172.0 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.16.dev20200709-py2.py3-none-any.whl (186.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.16.dev20200709.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.16.dev20200709.tar.gz
Algorithm Hash digest
SHA256 3c14ecafa0384954a17742f9327cfd5b5c6624cf8b771a63e00e3ffd95043b85
MD5 5002e8235c5c240032c45dcc7718eefb
BLAKE2b-256 374f287842997347e803a6a56b8c69eb298c33486b786e7468f643a62583e551

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.16.dev20200709-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.16.dev20200709-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b7f5beceb3e6ec5e5dada226696c25bb987de2579426cab860b9baab9f74aff7
MD5 77710cc4e328db379c60ea6557470e91
BLAKE2b-256 fbafd6b6622b184bf33e39372ff3a12e0a426d215a576b901b90c9b0a0de4986

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