README
changeset 21 641c7190c566
parent 1 9fb076ee491c
equal deleted inserted replaced
20:f1551f9d3d3e 21:641c7190c566
     1 FIS - Functional Information System
     1 FIS - Functional Information System
     2 
     2 
     3 Build instructions:
     3 Build instructions:
     4 
     4 
     5  * project is built via simple build tool
     5  * project is built via simple build tool
     6    (http://code.google.com/p/simple-build-tool/)
     6    (https://github.com/harrah/xsbt)
     7 
     7 
     8 $ sbt update
     8 $ sbt update
     9 $ sbt compile
     9 $ sbt compile
    10 $ sbt jetty
    10 $ sbt container:start
    11 
    11 
    12 
    12 
    13 # vim: tw=72 et ts=2 sw=2
    13 # vim: tw=72 et ts=2 sw=2