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.23.dev20200908.tar.gz (174.6 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.23.dev20200908-py2.py3-none-any.whl (194.0 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.23.dev20200908.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.23.dev20200908.tar.gz
Algorithm Hash digest
SHA256 85bd123ab6fd6d74699f1b34388967d4eb6ed4041f7c15e162926f93af60b4fe
MD5 9507f1dc9afbea586614977923dae61b
BLAKE2b-256 8476bd3451e65ede022bea6a6a1e64b7b5a35d072c9039519b45e1fcdd6554e5

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.23.dev20200908-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.23.dev20200908-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d3837d7eae3cf49c42993f20d7c3c093555682a6abd742225b4417551e1520cb
MD5 8abd4f1be8820f793a19d0c44a71292a
BLAKE2b-256 6a4deb4bf80fbc5b1630b2b2225262684cd6d5bcad6de0ef48c44e2c9d606da0

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