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

Update web README

parent e07e93bc
No related branches found
No related tags found
No related merge requests found
HOWTO RUN LEON ONLINE
*********************
** On laraserver **
$ cd path/to/leon-2.0
$ sbt package
$ cd web
Make sure SCALA_HOME is SET!
$ export LD_LIBRARY_PATH=/localhome/leonweb/git/z3/build/
$ play "start -Dconfig.file=conf/laraserver.conf"
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! Make sure SCALA_HOME is SET! !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
** Locally **
$ cd path/to/leon-2.0
$ sbt package
$ cd web
** On laraserver **
Make sure SCALA_HOME is SET!
$ export LD_LIBRARY_PATH=/localhome/leonweb/git/z3/build/
$ play "run -Dapp.prefix=/leon"
** Locally **
$ export LD_LIBRARY_PATH=../lib-bin/64/
$ play start
$ export LD_LIBRARY_PATH=../lib-bin/64/
$ play run
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