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

Uploaded Source

Built Distribution

getitfixed-1.0.12.dev20200410-py2.py3-none-any.whl (179.4 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

File hashes

Hashes for getitfixed-1.0.12.dev20200410.tar.gz
Algorithm Hash digest
SHA256 b4ef39306bb7b78e35ddac05042583931f5774f58c5725f2f6e1f2c0a9abc06f
MD5 a25e709b9cc182eaad6b1c6291a9cb0a
BLAKE2b-256 fb73b972a42abb2d2f87ff42e705a15f3102a9a9de2324fee08ded65da25462d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for getitfixed-1.0.12.dev20200410-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 bdbb951052410b338001a70875ddb97349c26f7ce2bcb1fd05f954700ab77a93
MD5 f7f7146a12d2694722cb2bca06849f37
BLAKE2b-256 f5d858fe90e3613866f5fc43b6e82c62163c5b7331270d1fa3fdca57323e75cb

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