Skip to content
/ ratlt Public

Lithuanian Remote Associates Test

Notifications You must be signed in to change notification settings

dremeika/ratlt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lithuanian Remote Associates Test

silpnasrysys.lt preview

Previously available at http://silpnasrysys.lt

About

Wikipedia: Remote Associates Test

Running

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

Deployment

$ 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

About

Lithuanian Remote Associates Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages