README for Wing Gateway

* Installation
  ------------
  Wing Gateway ships in a gzipped tar archive. You can extract it with the following command line:
  $ tar xzvf WingGateway-linux-64bit.tar.gz (or WingGateway-linux-32bit.tar.gz)
  That will extract the files from the package into a directory(installation directory) named "WingGateway", change your current working directory to this directory by doing:
  $ cd WingGateway
  Then setup Wing Gateway by doing:
  $ sudo ./setup.sh

  When installation is completed, you can start or stop Wing Gateway service by: sudo /etc/init.d/wgateway [start|stop|restart]



* How to upgrade?
-----------------
Jump to the parent folder of WingGateway's folder
wget --no-check-certificate https://www.wftpserver.com/download/WingGateway-linux-64bit.tar.gz
tar xzvf WingGateway-linux-64bit.tar.gz
sudo /etc/init.d/wgateway restart


* Uninstallation
-----------------------
Stop the WingGateway service first, then remove the installation directory of Wing Gateway.