Install from binary
Latest release:
Download and extract the package, and execute the following command:
$ ./ezbookkeeping server runAfter executing this command, ezBookkeeping will startup with the default configuration, and listen on port 8080. If you want to modify configurations, you can use --conf-path parameter to specify a custom configuration path or you can modify conf/config.ini file directly. For more information, please visit Configuration.
If you have systemd and you want to use systemd to manage ezBookkeeping, you can create a service unit configuration in /lib/systemd/system (Debian/Ubuntu) or /usr/lib/systemd/system (CentOS). For example, you can download the Sample Configuration to /lib/systemd/system/ezbookkeeping.service, and create a user and a group named ezbookkeeping, and modify the path in the configuration according to the actual path.
Then you can start ezBookkeeping by following command:
$ systemctl start ezbookkeepingAnd make ezBookkeeping automatically starts on boot:
$ systemctl enable ezbookkeeping