mjamesruggiero / swanson

Counting money with Clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swanson

Spending tracker.

Running the Postgres Docker container in development

Build:

docker build --rm=true -t mjamesruggiero/postgresql:9.3 .

To run:

docker run -i -t -p 5432:5432 mjamesruggiero/postgresql:9.3

Connect:

psql -h <CONTAINER-IP-ADDRESS> -p 5432 -U admin -W swanson_development
  • When prompted for the password, enter password
  • Note that you can grab the Docker container IP address from the docker ps command.

What's with the name?

Ron Swanson

License

Copyright © 2015 Michael Ruggiero

Distributed under the Eclipse Public License either version 1.0 or any later version.

About

Counting money with Clojure

License:Eclipse Public License 1.0


Languages

Language:Clojure 81.0%Language:JavaScript 7.5%Language:HCL 4.9%Language:Python 4.2%Language:Shell 1.0%Language:Makefile 1.0%Language:CSS 0.5%