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.22.dev20200826.tar.gz (174.5 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.22.dev20200826-py2.py3-none-any.whl (193.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.22.dev20200826.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.22.dev20200826.tar.gz
Algorithm Hash digest
SHA256 19b679b8b8178b68890d98ccf4c1c02db27f8927202a22168da2294c8d5c9047
MD5 ae0a2915b9b91ab453621f5c885c2e98
BLAKE2b-256 1a732a68a870cf079290787847285488e9ca86d500345959dbd8b4523bed3fbe

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.22.dev20200826-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.22.dev20200826-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 17e6f603cb126a2fb644ec77cfb76df5eb6eaf3c15a3ca14cd560b754bea8ae3
MD5 ba0b63d40884a7725826f39aaa18edfb
BLAKE2b-256 84bb620a686b021f62962bb56c3b84f4c5156475240ee461465db2f9490377a2

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