createuser tester
psql postgres -c "alter user tester with password 'test';"
createdb -O tester pairwise_dev
createdb -O tester pairwise_testlein repl
(start!)rlwrap lein figwheel admin-dev voter-devlein cljsbuild once voter-prodlein cljsbuild once admin-prodavailable config (can put in profiles.clj):
{:devplus {:env {:voter-port 9998
:admin-port 9999
:voter-url "http://localhost:9998"
:admin-url "http://localhost:9999"}}}