Remark: This is FITeagle in version 1. Initially developed to run in a simple servlet environment (jetty) it was now ported to an J2EE environment (WildFly). This version will not be developed further.
You have an up and running WildFly environment. See https://github.com/fiteagle/bootstrap/ for details.
rm -rf ~/.fiteagle mvn install -DskipTests && mvn wildfly:deploy -DskipTests
- Unit testing: ./src/main/bin/fiteaglectl test
- Acceptance testing: cd acceptance-test && ./run.sh
- Jetty Version: ./src/main/bin/fiteaglectl start
- WildFly Version: see above
For further information please have a look at http://fiteagle.org.
- Q: FITeagle tests seem to hang while testing cryptography methods on Linux
- A: Setup rng-tools (it should e.g. use /dev/urandom)