Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 11-11-2009, 07:19 PM
Roguish
Fire Beetle
 
Join Date: Oct 2008
Location: Maine
Posts: 9
Default

Install Ubuntu LAMP Server

Download ubuntu-server-9.10 of the correct architecture from http://www.ubuntu.com/getubuntu/download-server

Burn the image to disc (or prepare an alternative method of installation)

Install ubuntu-server-9.10 on your machine using your opted username(s) and password(s) being sure to select the LAMP option during the process.

Once fully installed remove disc and reboot into your command line interface

Static IP


Issue the command
Code:
sudo su
<enter password>
vi /etc/network/interfaces
You'll find the network configuration file
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet dhcp
Fix it to read
Code:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
Reply With Quote
  #2  
Old 11-11-2009, 09:10 PM
Roguish
Fire Beetle
 
Join Date: Oct 2008
Location: Maine
Posts: 9
Default

Install necessary packages
Code:
sudo apt-get install subversion gcc g++ cpp libmysqlclient15-dev libio-stringy-perl cvs cvsd
Add the eqemu user and switch to it
Code:
sudo adduser eqemu
<enter info>
<enter info>
<enter info>
y

su eqemu
<enter password>
Create directory and download source to it
Code:
cd ~
mkdir source server server/database

cd ~/source
svn co http://projecteqemu.googlecode.com/svn/trunk/EQEmuServer
At this point go ahead and compile it
Code:
cd EQEmuServer
make
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 06:17 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3