Skip to content

FakeTrader/LotServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

LotServer

Install LotServer for Linux.

Setup

bash appex.sh [install |unstall |install '{lotServer of Kernel Version}']

Install

wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/eegod/LotServer/master/appex.sh && chmod +x appex.sh && bash appex.sh install

Custom Install Example:

wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/eegod/LotServer/master/appex.sh && chmod +x appex.sh && bash appex.sh install '3.10.0-229.1.2.el7.x86_64'

Uninstall

wget --no-check-certificate -O appex.sh https://raw.githubusercontent.com/eegod/LotServer/master/appex.sh && chmod +x appex.sh && bash appex.sh unstall

Notice for Auto-start on CentOS 7

  • Make a Systemd service [Recommanded]
# vi /lib/systemd/system/appex.service

[Unit]
Description=AppEx LotServer
After=network.target
[Service]
Type=forking
ExecStart=/appex/bin/lotServer.sh start
ExecReload=/appex/bin/lotServer.sh restart
ExecStop=/appex/bin/lotServer.sh stop
PrivateTmp=true
[Install]
WantedBy=multi-user.target
  • or, run:
chmod +x /etc/rc.d/rc.local
echo "/appex/bin/lotServer.sh start" >> /etc/rc.local

Usage

Start

/appex/bin/lotServer.sh start

Status

/appex/bin/lotServer.sh status

Stop

/appex/bin/lotServer.sh stop

Deployment Manual [PDF]

  • English
    http://download.appexnetworks.com/downloadlsManual.jsp
    
  • Chinese
    http://download.appexnetworks.com.cn/downloadlsManual_cn.jsp