Download the release and un-tar it.
# tar -xzf actiontech-txle-$version.tar.gz
# mv actiontech-txle-$version txle
# cd txle
-
MySQL Instance
Start a MySQL Instance in your machine where the txle service is deployed. And create a database called 'txle', a user called 'test' and the password is '123456'.
-
JVM
Install Java 1.8 or later in your machine and make sure the JAVA_HOME configuration is correct.
# ./txle start
Starting the txle server....
Start successfully!
# ./txle stop
Stopping the txle server....
Stop successfully!