Skip to content

sync667/GouGouServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

GouGou Server

Server for GouGou.

#Starting server

##Windows

  1. As a prerequisite, install Java 7 or above if you don't have it already (from Java.com).
  2. Download the latest build
  3. Place the file in a new directory dedicated to GouGouServer.
  4. Create a new startup script (start.bat) to launch the the JAR:
@echo off

java -Xms512M -Xmx1536M -XX:MaxPermSize=128M -jar GouGouServer.jar
pause
  1. Double click the batch file.

##Linux

  1. As a prerequisite, install Java 7 or above if you don't have it already [Ubuntu https://help.ubuntu.com/community/Java, CentOS https://stackoverflow.com/a/20901970].
  2. Download the latest build
  3. Place the file in a new directory dedicated to GouGouServer.
  4. Create a new startup script (start.sh) to launch the the JAR:
#!/bin/sh

java -Xms512M -Xmx1536M -XX:MaxPermSize=128M -jar GouGouServer.jar
  1. Run your start up script:
chmod +x start.sh
./start.sh

About

Server for GouGou.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages