MapColonies / MapColonies/microcOSM
[openstreetmap-website] - split the rails app and cgimap into separate images
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Right now both the rails map and cgimap are sitting on the same image, with apache redirecting the supported requests to cgimap.
It's better if each of them will be a separate service, which would enable easier scaling, reduce the image size, and enable easier updating.
cgimap github:
https://github.com/zerebubuth/openstreetmap-cgimap
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting how the current image contains the Rails map and cgimap, and how Apache redirects supported requests between them. Separate the two services into distinct images while preserving request routing; done means each can be updated and scaled independently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile, rails
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100