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 build
to build project files. - Copy
build\classes\main\service
andbuild\classes\main\parser
to AXIS webappclasses
folder. - 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.war
to 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