Getting Started#
ou need to have at least Java 11 and have properly configured JAVA_HOME
to point to your Java installation directory.
For example on MacOS if you are using sdkman you can define in your ~/.bash_profile
file:
export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-11.0.17.jdk/Contents/Home
Start OWLer#
For starting in warc mode:
owler start -mode=warc
For stopping in warc mode:
owler stop -mode=warc
For starting in the default mode (regular):
owler start
For stopping in the default mode (regular):
owler stop