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

Add docker support #2272

Closed
wants to merge 28 commits into from
Closed

Commits on Jun 19, 2019

  1. Add Dockerfile for rails app

    added Dockerfile for the ruby on rails app inside a separate docker directory. this will build a image from the official ruby (specifically ruby:2.5-slim).
    fazlerabbi37 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    ad237cd View commit details
    Browse the repository at this point in the history
  2. Modify Dockerfile to fix comment for postgresql-client installation e…

    …rror
    
    postgresql-client throws a dpkg error when it can't create a softlink in for man page and aborts installation. found a solve at stack overflow and modified Dockerfile to add a comment to mention the problem with slove source.
    fazlerabbi37 committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    3fe73f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Modify Dockerfile to separate apt cache clean, npm comment, and remov…

    …ed jobs from bundle install
    
    modified Dockerfile to separate apt-get cache cleaning command, added a comment explaining why and how npm is added and removed --jobs flag from bundle install command
    fazlerabbi37 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    4eeb36a View commit details
    Browse the repository at this point in the history
  2. Add docker_postgres.sh for PostgreSQL extension and functions

    added docker_postgres.sh for PostgreSQL extension and functions that installs PostgreSQL Btree-gist Extension, compiles libpgosm.so and installs maptile_for_point, tile_for_point and xid_to_int4 functions
    fazlerabbi37 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    caaa350 View commit details
    Browse the repository at this point in the history
  3. Add Dockerfile.postgres for postgres app

    added Dockerfile.postgres for the postgres database app. this will build a image from the official postgres (specifically postgres:9.4) image.
    fazlerabbi37 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    b6d373f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    30ad01e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    447c55e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cf0d0c View commit details
    Browse the repository at this point in the history
  3. modify Dockerfile to change postgresql-client package and install pha…

    …ntomjs via npm
    
    modified Dockerfile to changes postgresql-client package from postgresql-client-10 to postgresql-client, and added phantomjs installation via npm
    fazlerabbi37 committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    18ef6b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f75eea4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d15f1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4c450f View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Configuration menu
    Copy the full SHA
    076073b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. Configuration menu
    Copy the full SHA
    fc139b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    29f6833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce38a10 View commit details
    Browse the repository at this point in the history
  3. modify Dockerfile.postgres file to change pgsql script location

    modified Dockerfile.postgres file to changes docker_postgres.sh location from db to docker
    fazlerabbi37 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    b03bfd1 View commit details
    Browse the repository at this point in the history
  4. modify Dockerfile.postgres file to add app location and gem install

    modified Dockerfile.postgres file to add app location setup and gem install via bundle
    fazlerabbi37 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    c6edb29 View commit details
    Browse the repository at this point in the history
  5. modify Dockerfile.postgres file to move db function directory

    modified Dockerfile.postgres file to move database function directory from /db to /app/db
    fazlerabbi37 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    8383453 View commit details
    Browse the repository at this point in the history
  6. modify docker_postgres.sh to fix libpgosm location

    modified docker_postgres.sh to fix the location of libpgosm as it moved from /db/functions to /app/db/functions
    fazlerabbi37 committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    cb96ddd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. modify Dockerfile to add osmosis

    modified Dockerfile to add osmosis package needed for populating database with osm extract
    fazlerabbi37 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    a1413af View commit details
    Browse the repository at this point in the history
  2. modify DOCKER.md to add osmosis instructions

    modified DOCKER.md to add osmosis instructions needed to use osmosis and populate database
    fazlerabbi37 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    02851d2 View commit details
    Browse the repository at this point in the history
  3. modify Dockerfile.postgres to add ruby compilation

    modified Dockerfile.postgres to add ruby compilation from source as we need ruby=>2.4 and also removed bundle installation via gem install command because bundle is already compiled installed while ruby source is being compiled and installed.
    fazlerabbi37 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    6ce9e77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    004227e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Configuration menu
    Copy the full SHA
    96383be View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2019

  1. Configuration menu
    Copy the full SHA
    35ad5bd View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2019

  1. Configuration menu
    Copy the full SHA
    4900551 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    7dd9810 View commit details
    Browse the repository at this point in the history