Skip to content
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
wants to merge 23 commits into
base: master
Choose a base branch
from

Conversation

helvalius
Copy link

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.

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
@corradio
Copy link

Can you please merge this? :)

helvalius and others added 19 commits May 22, 2015 15:08
…nnection issues with photon while using md5/password
Build failure: Expat XML Parser (closes #4)
Fix private key file permission error after postgres install.
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
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants