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.21.dev20200723.tar.gz (174.0 kB view details)

Uploaded Source

Built Distribution

getitfixed-1.0.21.dev20200723-py2.py3-none-any.whl (191.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file getitfixed-1.0.21.dev20200723.tar.gz.

File metadata

File hashes

Hashes for getitfixed-1.0.21.dev20200723.tar.gz
Algorithm Hash digest
SHA256 9da01122de4be50d1728401ee3f2546bf8107d401c47ef7e74545545004f0cea
MD5 9ccc042361d194de08b5cb69baddf0b2
BLAKE2b-256 d2526dcd48958a72c41d0b6f8e4ae37499cffae7409341b95e61c7099ffa3081

See more details on using hashes here.

File details

Details for the file getitfixed-1.0.21.dev20200723-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for getitfixed-1.0.21.dev20200723-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 36257ec1184bf69ef9d3b1dfa09f76dc5d2805b55e29b5b0d70de818a469c719
MD5 d255d27b30030f38d80aef8da42a9087
BLAKE2b-256 ee7619497d27dc8220bc67edce652ff6c1e6729e25c70c816edafbdad610175a

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