server

command module
v0.0.0-...-8b7b9d3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

README

nijiao项目

编译命令

go build -o server main.go

端口记录

http://192.168.1.151:5300/web/

systemd 守护

    cat <<EOF >/etc/systemd/system/imserver.service
[Unit]
Description=imserver
After=network.target
[Service]
Type=simple
ExecStart=/data/server/imserver -config /data/server/configs/tsdd.yaml
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target
EOF


systemctl start imserver 
systemctl enable imserver 
systemctl status imserver

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
modules
pkg
db
lib/pkg/util
Package decimal implements an arbitrary precision fixed-point decimal.
Package decimal implements an arbitrary precision fixed-point decimal.
log
util
Package decimal implements an arbitrary precision fixed-point decimal.
Package decimal implements an arbitrary precision fixed-point decimal.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL