Added project for the country austria#222
Merged
missinglink merged 8 commits intopelias:masterfrom Oct 16, 2020
Merged
Conversation
missinglink
requested changes
Oct 13, 2020
Member
missinglink
left a comment
There was a problem hiding this comment.
Looks good thanks, couple of small changes need to be made before merging.
projects/austria/.env
Outdated
| @@ -0,0 +1,3 @@ | |||
| COMPOSE_PROJECT_NAME=pelias | |||
| DATA_DIR=./data | |||
| DOCKER_USER=0 | |||
Member
Contributor
Author
There was a problem hiding this comment.
Thank you very much for your quick review. As requested I have updated the docker_user to 1000.
Member
There was a problem hiding this comment.
Hey, sorry to be a pain but could you please remove that line 🙏
We merged #220 already and I've removed it from the other projects already.
Contributor
Author
There was a problem hiding this comment.
oh sorry misunderstanding. Of course. As requested I have removed the line.
Member
|
Thanks! |
missinglink
reviewed
Oct 16, 2020
| @@ -1,2 +1,3 @@ | |||
| COMPOSE_PROJECT_NAME=pelias | |||
| DATA_DIR=/tmp/pelias/portland-metro | |||
| DOCKER_USER=1000 | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👋 I did some awesome work for the Pelias project and would love for everyone to have a look at it and provide feedback.
For a project within Austria we are planning to set up our own pelisa server. The service will be running in a docker image.
Therefore this existing project needed to be extended to only download the regional data important for Austria.
Just let me know if I have to add anything more to fulfill your requirements.
Here's the reason for this change 🚀
I have extended the project for the country Austria.
This enables people to build pelias only for Austria which lowers the computational requirements for hosting their own instance of pelisa.
Here's what actually got changed 👏
Here's how others can test the changes 👀