Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camptocamp/getitfixed
Application de signalisation par les citoyens
https://github.com/camptocamp/getitfixed
Last synced: 5 days ago
JSON representation
Application de signalisation par les citoyens
- Host: GitHub
- URL: https://github.com/camptocamp/getitfixed
- Owner: camptocamp
- License: other
- Archived: true
- Created: 2019-06-17T08:39:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-10T21:21:22.000Z (over 1 year ago)
- Last Synced: 2024-08-02T12:44:38.283Z (3 months ago)
- Language: Python
- Homepage:
- Size: 6.06 MB
- Stars: 6
- Watchers: 16
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - camptocamp/getitfixed - Application de signalisation par les citoyens (others)
README
GetItFixed!
===========Documentation
-------------
Build the docs.. code-block:: bash
cd getitfixed/docs
make htmlDemo :
https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed/issuesDemo admin :
https://geomapfish-demo.camptocamp.com/getitfixed/getitfixed_admin/issuesCreate a development instance
-----------------------------.. code-block:: bash
git clone [email protected]:camptocamp/getitfixed.git
cd getitfixed
make meacoffeePublic interface should be available at:
http://localhost:8080/getitfixed/issuesAdmin interface should be available at:
http://localhost:8080/getitfixed_admin/issuesGenerate a new alembic revision
-------------------------------Generate a new alembic revision:
.. code-block:: bash
docker-compose run --rm --user `id -u` getitfixed \
alembic -c /app/alembic.ini -n getitfixed revision --autogenerate -m 'First revision'Now upgrade the database:
.. code-block:: bash
docker-compose run --rm --user `id -u` getitfixed \
alembic -c /app/alembic.ini -n getitfixed upgrade head
-----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