Skip to content
Snippets Groups Projects
Commit b3431645 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

Instructions for local run

parent f3cbaf4d
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,11 @@ $ export LD_LIBRARY_PATH=/localhome/leonweb/git/z3/build/
$ play "start -Dconfig.file=conf/laraserver.conf"
** Locally **
$ cd path/to/leon-2.0
$ sbt package
$ cd web
edit conf/local.conf to match your class-path!
... to come ...
$ export LD_LIBRARY_PATH=../lib-bin/64/
$ play "start -Dconfig.file=conf/local.conf"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment