You will need nodejs and Tomcat installed on your computer/server.
Installing gradle is totally optional, gradle wrapper is included in the project.
In case you use the wrapper, every gradle command will be either ./gradlew or gradlew.bat.
E.g: ./gradlew clean
- Launch Tomcat.
- Download and deploy AXIS webapp inside Tomcat instance.
- Run
gradle buildto build project files. - Copy
build\classes\main\serviceandbuild\classes\main\parserto AXIS webappclassesfolder. - Run
gradle deployAxisService, this will deploy weather SOAP services. - Run
npm install, this will build the webapp, installing necessary dependencies. - Run
gradle war, this will create the application folder with frontend and backend ready to deploy. - Copy
build\libs\bizi.warto Tomcat webapps folder and let it deploy. It's NECESSARY that it runs on contextbizi. - You're done.
Go to localhost:8080/bizi. Additionally, we have a public instance of the application deployed at recu.synology.me:8080/bizi
- AngularJS [angular-ui-router, angular-chartjs]
- ChartJS
- Bootstrap
- Bootstrap-Material-Design
- jQuery
- NodeJS
- Bower
- Jersey Jax-RS
- Java
- Gradle