Scripts and configurations to bootstrap the environment.
bash -c "$(curl -fsSkL https://raw.github.com/fiteagle/bootstrap/master/fiteagle.sh)" bootstrap
./bootstrap/fiteagle.sh startJ2EE
http://localhost:9990/console/App.html
./bootstrap/fiteagle.sh deployCore
open http://localhost:8080/native/gui/admin/console.html
./bootstrap/fiteagle.sh startSPARQL
open http://localhost:3030/sparql.html
SELECT ?s ?p ?o
FROM <http://localhost:3030/ds/data?default>
WHERE { ?s ?p ?o }
LIMIT 10
./bootstrap/fiteagle.sh startXMPP
./bootstrap/resources/omf6/install_omf6.sh
./bootstrap/resources/nepi3/install_nepi3.sh