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.git
cd ledge/ledge-common
- Make sure that you are on
mklew-dev
branch. Look atgit branch
mvn clean install
cd ~
- 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