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 HOWTO RUN LEON ONLINE
********************* *********************
** On laraserver **
$ cd path/to/leon-2.0 $ cd path/to/leon-2.0
$ sbt package $ sbt package
$ cd web $ 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 ** ** 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 "run -Dapp.prefix=/leon"
** Locally **
$ export LD_LIBRARY_PATH=../lib-bin/64/ $ export LD_LIBRARY_PATH=../lib-bin/64/
$ play start $ play run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment