Client-Server WebApp for solving numerical optimization models in a private cloud environment
- Kevin Borell kborrells@gmail.com
- Jordi Mateo jmateo@diei.udl.cat
This web app was coded at the [University of Lleida] (http://www.eps.udl.cat) by the [GCD Research Group] (http://gcd.udl.cat).
- Check if exists a public folder into the project folder.
- If not exists, then create it:
mkdir public - If exists, then clean it:
rm -rf public/*
- Make the grunt build:
cd yo/
grunt build
cp -r yo/dist public
- Generate the war file in the target folder, you will need to replace the XXXX with the proper password.
mvn package -Djasypt.encryptor.password='XXXXX'