Application to make life easier for people running hotels... or maybe my bachelor thesis... I don't know which one but certainly one of those.
- Get my variation of Ledge framework and install it
- Get this project and install it
In console:
git clone git://github.com/mklew/ledge.gitcd ledge/ledge-common- Make sure that you are on
mklew-devbranch. Look atgit branch mvn clean installcd ~- clone this repository
- install it via maven
mvn clean install - go to
hotel-inhouse-web - run
mvn jetty:run
In case ObjectLedge tests fail, skip them. Sometimes there's something wrong with timeouts or something else completely not related to my work so just skip them.
Marek Lewandowski