Skip to content

A website that shows changesets by an OpenStreetMap user including map images and an RSS/Atom feed

License

Notifications You must be signed in to change notification settings

jakubvalenta/osm-changesets

Repository files navigation

OpenStreetMap Changesets

A website that shows changesets by an OpenStreetMap user including map images and an RSS/Atom feed.

You can find the app at osm-changesets.ooooo.page.

Installation

Mac

$ brew install poetry
$ make setup

Arch Linux

# pacman -S python-poetry
$ make setup

Other systems

Install these dependencies manually:

  • Python >= 3.11
  • poetry

Then run:

$ make setup

Usage

  1. Migrate the database:

    $ make migrate
  2. Start the Redis message broker:

    $ make redis
  3. Start the Celery worker:

    $ make worker
  4. Start the development server

    $ make run

Development

Installation

$ make setup

Testing and linting

$ make test
$ make lint

Help

$ make help

Contributing

Feel free to remix this project under the terms of the GNU General Public License version 3 or later. See COPYING and NOTICE.

About

A website that shows changesets by an OpenStreetMap user including map images and an RSS/Atom feed

Topics

Resources

License

Stars

Watchers

Forks