___ ___ _ _ | _ \ _ \___ ___| (_) | / _/ _ \/ _ \ | | |_|_\_| \___/\___/_|_|
A pool of R nodes, exposed over RMI and managed over a RESTful API.
mvn clean package
To produce a war that can be deployed on application servers, run:
mvn -P-javax-dependencies clean package
The test requires the R packages RSBXml and RSBJson.
rm /tmp/*.properties
mvn -Pit clean verify
To generate the site for RPooli, run:
mvn -f webapp/ site
cd webapp
mvn jetty:run-war
This starts servers on:
- web: http://localhost:8889/rpooli
- R pool: rmi://127.0.0.1/rpooli-pool
Licensed under the Apache License 2.0