Skip to content

hellikopter/data-driven

 
 

Repository files navigation

Data-driven app

Installation

Install Docker for Mac from here - https://docs.docker.com/docker-for-mac/

Install Docker for Windows from here - https://docs.docker.com/docker-for-windows/

Setup

Edit your host file and add the following line

O.S Location
OSX /etc/host
Windows C:\Windows\System32\drivers\etc\hosts
Ubuntu Put a line address=/docker.localhost/127.0.0.1 in /etc/NetworkManager/dnsmasq.d/hosts.conf, then restart NetworkManager
$ *.docker.localhost localhost

Execute the following commands:

$ make build
$ make run

Now browse to http://data-driven.docker.localhost

Destroy

$ make destroy

Rebuild

In order to rebuild the application:

$ make rebuild

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 76.5%
  • HTML 19.9%
  • CSS 1.5%
  • Other 2.1%