Galactic Game Engine
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Debian VMWare Images Setup

Go down

Debian VMWare Images Setup Empty Debian VMWare Images Setup

Post by Admin Mon Oct 24, 2016 2:15 am

**************************************************************************************************************
* INSTRUCTIONS FOR BUILDING AND RUNNING THE GALACTIC ENGINE
* USING The Debian VMWare Images (NOTE Recommended method for live servers)
* READ CAREFULLY AND THOROUGHLY BEFORE ATTEMPTING SETUP
**************************************************************************************************************
Username and Password for both VMS swg swg su password swg
#############################################################################################
# GALACTIC ENGINE SERVER DEBIAN VM
#############################################################################################
DOWNLOADS LINK:
https://mega.nz/#F!6xAgyDqQ!Uvj64hIpziDEFyQiqz8vYw
1. Download one or both vms One is a minimal command line only version prebuilt With Oracle and All Data Setup
  The other Includes KDE GUI Desktop. Both are setup to use VMWares NAT(VMnet8) networking so see below in the Environment Prep
  Section
2. Download the VMDeps.rar package
3. Webserver for the loginserver authentication scripts
(IIS Since your on windows is easiest as ive included the script needed and a sample mysql schema)

#############################################################################
# Environment Prep
#############################################################################
1. Extract VMDeps.rar and install VMWARE Workstation 12 I have included my Serials.txt file for you
2. Open VMWare Workstation Click Edit and Virtual Network Editor This will open a window Find
the button saying "Change Settings" And click it let it reload...
3. Select NAT(VMnet8) Set the Subnet IP to the following 192.168.149.0
4. Click NAT(VMnet8) Settings and set Gateway to 192.168.149.2
5. Add the following ports to forwarding all are udp all forward to 192.168.149.128
44452
44453
44462
44463
44464
(Maybe more i dont know i havent tested remotely yet)
Click ok and click apply in the Virtual Network Editor and then Click OK
6. Open Start Menu Find Notepad Right click on it and run as administrator
A) Open C:\windows\system32\drivers\etc\hosts
B) Add the following Line
192.168.149.128  sotg.servegame.com
C) Save And Close
** NOTES **
1: You can change the hostname in debian google it but leave the ip and network as is
#############################################################################
# Debian Minimal VM Setup
#############################################################################
1. Extract Debian.rar
2. Import the Ova into VMWare WorkStation (if you get the popup just click retry and it works dont ask i have no idea why lol)
3. Set your Processor and Ram Settings as needed
4. Start the VM Let it boot (Give 5 minutes for oracle to start)
5. Type:
cd swg-src
./startServer.sh
6. Watch it start if anything fails then do the following
Type:
./build_linux.sh (Follow Prompts as follows)
DO NOT BUILD DEPENDANCIES
Build Server YES
Build Configs NO
Build Scripts NO
Import Database NO

7. Go Back to 5
#############################################################################
# Debian WITH KDE DESKTOP VM Setup
#############################################################################
1. Double click GalacticEngineKDE.ova
2. Import the Ova into VMWare WorkStation(when you get the popup just click retry and it works dont ask i have no idea why lol)
3. Set your Processor and Ram Settings as needed
4. Start the VM Let it boot (Give it a few)

5. Open a Terminal and Type:
cd swg-src
./startServer.sh
6. Watch it start if anything fails then do the following
Type:
./build_linux.sh (Follow Prompts as follows)
DO NOT BUILD DEPENDANCIES
Build Server YES
Build Configs NO
Build Scripts NO
Import Database NO

7. Go Back to 5

#################################################################################
# SERVER BUILD INSTRUCTIONS
#################################################################################
Via Command line in Minimal or Terminal Window in KDE

cd swg-src/
./build_linux.sh

## Buildingphases
Follow the instructions on your screen. The binary building phase will take roughly 1h/1Core.
The Script Building Phase will throw errors if you skip the configphase, do configs first, then scriptbuilding.

### Configphase
use local

Database DSN:
http://127.0.0.1/swg

Database User:
swg

Database Password:
swg

### Scriptbuilding
Scriptbuilding will take about 6hours the first time. You can later just recompile single scripts or tab files, look at the
utils/build_ and the build_linux.sh files to see the syntax of the mocha, javac and compilertools.

### Database
The Clustername has to the same you used in the configphase as the nodeip. The other settings are self-explaining.

#################################################################################
# C++ StationApi SERVER BUILD INSTRUCTIONS(UDP)
#################################################################################
SEE STATIONAPI_CPP_BuildAndSetup.txt

#################################################################################
# JAVA StationApi SERVER BUILD INSTRUCTIONS (TCP)
#################################################################################
SEE STATIONAPI_JAVA_BuildAndSetup.txt

#################################################################################
# CLIENT AND TOOLS BUILD INSTRUCTIONS
#################################################################################
1.SEE WIN32BUILDANDSETUP.txt

#################################################################################
# PERFORCE REPO SETUP FOR CONTENT DEVELOPMENT INSTRUCTIONS
#################################################################################
1.SEE WIN32BUILDANDSETUP.txt

#################################################################################################
# Credits
#################################################################################################
Varant Interactive
Sonly Online Entertainment
Lucas Arts Ltd
lucasfilm
swgmasters
swgreborn
and in no small measure Myself Kbrooker
Admin
Admin
Admin

Posts : 7
Join date : 2016-10-19

https://galacticengine.board-directory.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum