jonase / cljsfiddle

http://cljsfiddle.net
Eclipse Public License 1.0
93 stars 16 forks source link

Can't install, missing SESSION_SECRET env var #5

Closed DarrenN closed 11 years ago

DarrenN commented 11 years ago

Would like to help with UI issues, but cannot install locally as I don't know what to set the SESSION_SECRET env var to https://github.com/jonase/cljsfiddle/blob/master/src/clj/cljsfiddle/handler.clj#L27

jonase commented 11 years ago

try something like

 export SESSION_SECRET=[16 random chars]
DarrenN commented 11 years ago

Great thanks, that did the trick.