EOSERV Forum > EOSERV > EOServ Linux Full Tutorial (Both Written And Video)
Topic is locked.
Page: << 1 >>
EOServ Linux Full Tutorial (Both Written And Video)
Author Message
Post #12235 EOServ Linux Full Tutorial (Both Written And Video)

Can either use written guide, or video!

Link to Video: lifestream.eobots-online.com/eoserv/eoserv-linux.html

First Off Lets Get Mysql, And Build Essentials
(Don't type the '$' also, in /home/user/ replace user with your user ex. /home/tyler/)

$ sudo aptitude update
$ sudo apt-get install mysql-server mysql-client libmysqlclient15-dev build-essential

Once that completes we want to get eoserv.

$ wget https://eoserv.net/pub/files/snaps/eoserv-trunk-r131.tar.gz
$ tar -xzvf eoserv-trunk-r131.tar.gz

That will extract the files to /home/user/trunk, Now we want to cd to trunk

$ cd trunk

Now it is time to compile it.

$ ./configure linux
$ make eoserv MYSQL=1

Before we go on, we want to fix that one line in install.sql

$ sudo nano /home/user/trunk/install.sql

Now once inside, find `regip`, and make sure to make it 'DEFAULT NULL'
Now press Ctrl + O to save, then Ctrl + X to exit.

... Moving on ...

Once that finishes up, lets create our database, and make a user for that database.
You don't have to create another user, but i'm going to.
The database i'm gonna make is eoserv, same with the user.

$ mysqladmin -u root -p create eoserv
$ mysql -u root -p
$ grant all on eoserv.* to eoserv@'localhost' identified by 'password';
$ use eoserv;
$ source /home/user/trunk/install.sql
$ quit

Now to edit eoserv's config.ini

$ sudo nano /home/user/trunk/config.ini

Find Where you change database info.
And if you followed how i did it, all you have to do is change the password.
If not, change the user and database as well.
Also, Change Password salt.

Plus you want to get your map files/pub files.
What i did was just sftp'd into /home/user/trunk/data/
And put them there that way.

Now to run eoserv

So cd into trunk (unless you already are there, you can tell by user@computer:~/trunk$)

$ cd trunk
$ ./eoserv

Now if it doesn't get to the point where it shows new connections, then you messed up 0.o

Its time to check the error log, and you can do so by doing:

$ sudo cat /home/user/trunk/error.log

14 years, 45 weeks ago
Post #141965 Re: EOServ Linux Full Tutorial (Both Written And Video)

Hey, following this tutorial I get the following error:

If anyone could help me with the includes from a linux terminal, I'd be greatful! Thanks guys

EDIT: Fixed the above by just extracting all the files from the include dir into the src dir. Now I get this:

---
If money doesn't grow on trees, then why do banks have branches?
12 years, 1 week ago
Post #152544 Re: EOServ Linux Full Tutorial (Both Written And Video)

Rest in peace Tyler(Vaden). This is a great tutorial and you will be missed by so many people. It's crazy to see a good friend from the eo scene pass away at age 19 from a car crash. :(

---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
11 years, 43 weeks ago
Post #152545 Re: EOServ Linux Full Tutorial (Both Written And Video)

Wow, I knew tyler on test top kid always had a laugh with him :( As i don't believe you'd make something up like this, R.I.P Tyler

---
"Do not take life too seriously. You will never get out of it alive."
11 years, 43 weeks ago
Post #152547 Re: EOServ Linux Full Tutorial (Both Written And Video)

It's all over his facebook: https://www.facebook.com/lxlifetream :( and here's the obituary: http://www.legacy.com/obituaries/york/obituary.aspx?n=tyler-w-helton&pid=158503900 Runs chills down my back every time I think about it.

---
¨°º¤ø„º°¨ Exile Studios ¨°º„ø¤º°¨
11 years, 43 weeks ago
Post #152548 Re: EOServ Linux Full Tutorial (Both Written And Video)

Holy shit. R.I.P Tyler <3

---
If money doesn't grow on trees, then why do banks have branches?
11 years, 43 weeks ago
Post #152551 Re: EOServ Linux Full Tutorial (Both Written And Video)

R.I.P sir :(

---
| Main player | Mapping artist | Alternative artist | Godly karma | Oldbie | i have my
own class named bacon | bacon | Top 50 |

skype : super.serj/steam : superserj2
11 years, 43 weeks ago
Post #152556 Re: EOServ Linux Full Tutorial (Both Written And Video)

How do you know he died? he was on 23 weeks ago.


EDIT: How do you know he is Tyler?

11 years, 43 weeks ago
Post #152557 Re: EOServ Linux Full Tutorial (Both Written And Video)
Pine posted: (18th Jul 2012, 01:38 pm)

How do you know he died? he was on 23 weeks ago.


EDIT: How do you know he is Tyler?


HALLAM Tyler Wayne Helton, 19, died Tuesday, July 10, 2012

This was 8 days ago, so it's possible that he could've been online 23 weeks ago. Also, it's a good friend of deathx.. may he rest in peace.
---
"Pineapples and shit."
11 years, 43 weeks ago
Post #152558 Re: EOServ Linux Full Tutorial (Both Written And Video)

Death is tragic enough, But been so young and not been able to live life to the fullest. He'll be missed truely

---
"Do not take life too seriously. You will never get out of it alive."
11 years, 43 weeks ago
Post #152559 Re: EOServ Linux Full Tutorial (Both Written And Video)

RIP Tyler.

You are now with the angels in heaven.

11 years, 43 weeks ago
Post #152560 Re: EOServ Linux Full Tutorial (Both Written And Video)

:O Nooooo :'[

Good friend... I didn't know. rest in peace......
---
Qbot/null
11 years, 43 weeks ago
Post #152565 Re: EOServ Linux Full Tutorial (Both Written And Video)

Rest in peace tyler

11 years, 43 weeks ago
Post #152597 Re: EOServ Linux Full Tutorial (Both Written And Video)

R.I.P, You're in a better place then we are.

---
I'm back to stay. <3
11 years, 43 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > EOSERV > EOServ Linux Full Tutorial (Both Written And Video)