Skip to content

Releases: natokay/go-natok-cli

v1.6.0

03 Mar 15:50
Compare
Choose a tag to compare

windows系统解压后使用natok-cli.exe

  • windows系统启动: 双击 natok-cli.exe
# 注册服务,终端管理员权限:案例、D:\data\software\natok-cli\natok-cli.exe install
natok-cli.exe install
# 卸载服务,终端管理员权限:案例、D:\data\software\natok-cli\natok-cli.exe uninstall
natok-cli.exe uninstall
# 启动服务,终端管理员权限:
net start natok-cli
# 停止服务,终端管理员权限:
net stop natok-cli

linux 系统解压后使用 natok-cli

  • Linux系统启动:
# 授予natok-server可执权限
chmod 755 natok-server
# 启动应用
nohup ./natok-server > /dev/null 2>&1 &

natok-server下载地址:GitHub

v1.0.0

05 Nov 03:03
4bb6b7d
Compare
Choose a tag to compare

linux 系统使用【linux-natok-cli.tar.gz】

windows系统使用【windows-natok-cli.zip】

解压后自主修改application.json中的hostaccess-key

  • windows系统启动: 双击 natok-cli.exe
# 注册服务,终端管理员权限:案例、D:\data\software\natok-cli\natok-cli.exe install
natok-cli.exe install
# 卸载服务,终端管理员权限:案例、D:\data\software\natok-cli\natok-cli.exe uninstall
natok-cli.exe uninstall
# 启动服务,终端管理员权限:
net start natok-cli
# 停止服务,终端管理员权限:
net stop natok-cli
  • Linux系统启动:
# 授予natok-cli可执权限
chmod 755 natok-cli
# 启动应用
nohup ./natok-cli > natok-cli.log 2>&1 &

natok-server下载地址:GitHub