Server Guide

A place where you can talk about anything Dawn of Light or DAOC related

Moderators: Project Admin, Support Team

Server Guide

Postby Marko » Sun Aug 24, 2014 2:57 pm

I just wrote a blog entry on how to set up a DOL Server over on my Wordpress site (I find it easier to make edits over there) :)

If peeps could try it out, or just critique it and let me know if I need to make any corrections, that would be great. AND if it's useful enough maybe we could post it here as a guide (?) I'm not really sure on the protocols for that, since I'm kinda new.

I hope it's helpful, and look forward to some feedback. Here's the URL:

http://www.lemegeton.com/blog/2014/08/2 ... -emulator/
User avatar
Marko
DOL Novice
 
Posts: 80
Joined: Mon Jun 09, 2014 8:17 pm
Location: Rural Central Utah (Near Bryce Canyon)

Re: Server Guide

Postby dargon » Sun Aug 24, 2014 5:29 pm

Ill read through all of it later, but i will say, It is prefered in most cases to use a program like HeidiSQL over PhPMyAdmin as PhPMyAdmin as a sql file size limit by default. As well as Apache loads alot of additional software you really dont need when you could just install mysql as a development system. now i wont say there is anything wrong with those 2 programs, but for someone inexperianced, apache could add some overwhelming options
Mannik: Admin of Forsaken Worlds Reborn
dargon
DOL Follower
 
Posts: 451
Joined: Sun Apr 15, 2007 6:55 pm

Re: Server Guide

Postby Marko » Sun Aug 24, 2014 5:43 pm

Yeah, that's why I used Uniform Server - it's really easy to install/use, and it has a built in work-around to bypass PHPMyAdmin's large file import problem.

I've never used HeidiSQL, coming from a Web Developer background it was just way simpler to use tools I'm already familiar with.
User avatar
Marko
DOL Novice
 
Posts: 80
Joined: Mon Jun 09, 2014 8:17 pm
Location: Rural Central Utah (Near Bryce Canyon)

Re: Server Guide

Postby HunabKu » Sun Aug 24, 2014 6:14 pm

I personaly mounted mine server with :
- nging for http server -> lighter, more responsive
- php-ts for php engine server
- mariadb for sql db server -> open source, more responsive
- heidisql for sql editing (each has its advantages)

I am currently testing Adminer (PHPMyAdmin alternative).

If you want, i can make an installer for you.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Server Guide

Postby Marko » Sun Aug 24, 2014 6:53 pm

That would be awesome. I'd love to try it out
User avatar
Marko
DOL Novice
 
Posts: 80
Joined: Mon Jun 09, 2014 8:17 pm
Location: Rural Central Utah (Near Bryce Canyon)

Re: Server Guide

Postby dargon » Sun Aug 24, 2014 8:19 pm

i will say with both http and program backgrounds i see what you are sayimg
I was more or less trying to throw some alternitives in. maybe ill make a full tutorial as well, or make "alternitives" to your tutorial when needed (no need to list tortise twice
Mannik: Admin of Forsaken Worlds Reborn
dargon
DOL Follower
 
Posts: 451
Joined: Sun Apr 15, 2007 6:55 pm

Re: Server Guide

Postby HunabKu » Mon Aug 25, 2014 8:51 am

My server is now available here :
Setup 1.7 part 1
Setup 1.7 part 1

or 10M files :
Setup 1.7 10M part 1
Setup 1.7 10M part 2
Setup 1.7 10M part 3
Setup 1.7 10M part 4

Nginx 1.7.4 x86
PHP 5.5.15 x64
MariaDB : 10.0.13 x64
Adminer : 4.1.0

Mysql root user : root
Mysql root password : 8755

Base site folder : C:\HKWEMP\nginx\html

Base site url : http://localhost/
Adminer url : http://localhost/adminer.php

I strongly advise to download and use HeidiSQL more.
Last edited by HunabKu on Thu Aug 28, 2014 5:41 am, edited 1 time in total.
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Server Guide

Postby Marko » Wed Aug 27, 2014 4:48 am

I got the exe file no problem, but keep getting an error on the bin file. I also tried out HeidiSQL, and that is a much better interface than PhPMyAdmin. Thanks for the high recommendation there :)
User avatar
Marko
DOL Novice
 
Posts: 80
Joined: Mon Jun 09, 2014 8:17 pm
Location: Rural Central Utah (Near Bryce Canyon)

Re: Server Guide

Postby Tolakram » Wed Aug 27, 2014 11:42 am

Heidi is awesome, and once you get used to it the crazy MySQL Workbench is not that bad. It's not good mind you, but I still find it the easiest to run quick selects to find things.
- Mark
User avatar
Tolakram
Storm / Storm-D2 Admin
 
Posts: 9189
Joined: Tue Jun 13, 2006 1:49 am
Location: Kentucky, USA

Re: Server Guide

Postby Graveen » Wed Aug 27, 2014 12:13 pm

Now Heidi supports PostgreSQL ! (and SQL Server too) !

One heidi to rules' em all !
Image
* pm me to contribute in Dawn of Light: code, database *
User avatar
Graveen
Project Leader
 
Posts: 12660
Joined: Fri Oct 19, 2007 9:22 pm
Location: France

Re: Server Guide

Postby HunabKu » Thu Aug 28, 2014 5:37 am

Reuploaded
and uploaded 10M compressed files version
The post
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am

Re: Server Guide

Postby Marko » Mon Sep 01, 2014 2:20 am

Awesome! Thanks for those, I probably won't get to try them out proper until after this week. I have to deliver some pretty major training to our local high school's teachers on a new computer system, but after I'm done with that I'll take a closer look. Thanks! BTW I'm still loving Heidi ;)
User avatar
Marko
DOL Novice
 
Posts: 80
Joined: Mon Jun 09, 2014 8:17 pm
Location: Rural Central Utah (Near Bryce Canyon)

Re: Server Guide

Postby Graveen » Mon Sep 01, 2014 7:12 am

Make your students work on DOL ;) ahahah gl anyway :)
Image
* pm me to contribute in Dawn of Light: code, database *
User avatar
Graveen
Project Leader
 
Posts: 12660
Joined: Fri Oct 19, 2007 9:22 pm
Location: France

Re: Server Guide

Postby Leodagan » Mon Sep 01, 2014 8:42 am

DOL for student will be great :)

It will show a lot of trouble that comes during development of a project , it will show how a Object Oriented Language can be really badly used, and maybe you will get around masterpiece code that can make a good example :)

Anyway this kind of Roleplaying Games are really great example to explain Object code, as Object are not too abstract in a "game" and rules around games are really easy to implement as object methods !
User avatar
Leodagan
Developer
 
Posts: 1350
Joined: Tue May 01, 2012 9:30 am
Website: https://daoc.freyad.net
Location: Lyon

Re: Server Guide

Postby HunabKu » Fri Feb 06, 2015 8:28 am

I created a new topic for HKWEMP : Post 22379
"C'est l'ignorance qui apporte le chaos, pas la connaissance."
Scarlett Johansson dans "Lucy" de Luc Besson
-------------------------------------------------------------------------------
"Ignorance brings chaos, not knowledge."
Scarlett Johansson on "Lucy" by Luc Besson
User avatar
HunabKu
Developer
 
Posts: 1905
Joined: Sat Jun 18, 2011 4:48 am


Return to “%s” General

Who is online

Users browsing this forum: No registered users and 1 guest