Previously available at http://silpnasrysys.lt
Wikipedia: Remote Associates Test
Option 1:
$ cp dotlein-env .lein-env
$ lein do clean, cljsbuild [once or auto]
$ lein repl
=> (use 'rat.core)
=> (run "localhost" 3000)
Option 2:
$ lein do clean, cljsbuild once, uberjar
$ java -jar target/uberjar/rat-0.1.0-standalone.jar
Go to: http://localhost:3000
$ lein do clean, cljsbuild once, uberjar
$ mkdir -p /opt/rat
$ cp target/uberjar/rat-0.1.0-standalone.jar /opt/rat
$ cp resources/associations.txt /opt/rat
Configure Ubuntu Upstart with config/etc/init/rat.conf
$ sudo service rat start
Configure Web Server to proxy requests to localhost:3000