Commander is a voice control system offering extensive extensibility via plugins.
Availability uses a Maven build system.
Git, JDK 8, and Maven.
Be sure that your JAVA_HOME
environment variable points to the jdk1.8.0
folder
extracted from the JDK download.
git clone git@github.com:candrews/commander.git
mvn install
To run a default, demo configuration:
mvn exec:java -pl core
To run any other configuration:
mvn exec:java -pl core -Dcommander.configuration=<path>
where path can be a URL or a file system path.
A web interface is also available - run
mvn exec:java -pl web
or, to provide any other configuration:
mvn exec:java -pl web -Dcommander.configuration=<path>
Use your browser to hit http://localhost:8080/
This project uses Lombok so special instructions have to be followed when using most IDEs.