-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Ubuntu, PostgreSQL, Typos fixed #1
Open
helvalius
wants to merge
23
commits into
nisaacson:master
Choose a base branch
from
helvalius:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Changed default Ports to 8072 (was 8080) Modified to use Monacco instead of Andorra (could still be optimized by storing data in a volume and not during docker image build) Removed unused scripts Add libboost für osm2sql
Can you please merge this? :) |
…nnection issues with photon while using md5/password
Build failure: Expat XML Parser (closes #4)
Fix private key file permission error after postgres install.
Revived dockerfile
Cleanup RUN commands as we need other imports for cmake anyway. The compiled code is now under /app/nominatim, the git repository cloned to /app/git This closes #12
…rom during build time
index.html not found fixed
Change SUDO to USER
Sorry for the combined commit but it is hard to disentangle broken things: - Nominatim update changed the way the website is generate. The setup.php command was superseded by the build. To simplify paths handling settings/ and website/ are copied in /var/www/nominatim and apache root directory is set to website/ - "services start postgresql" returns before the database is ready, making following commands to fail. Use "pg_ctl start -w" instead. Probably fixed #15.
Pg startup and other fixes
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 updated the Ubuntu Base Image to 14.04 and PostgreSQL to 9.3, PostGIS to 2.1.
Small typos fixed and unused files removed.