• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Geisor on Ubuntu

Rexanilator

New Member
Joined
Oct 3, 2009
Messages
297
Reaction score
2
Does anyone know how to set the path statement to run the configuration on Geisor for my website.

I realize that modern may be better and more secure - but I have so many things already configured for Geisor that I prefer to keep the old website as I migrate from Windows to Linux.

Thanks in advance and rep given to those who help.
 
BUMP...this is getting urgent for me...

I am willing to pay even for the assistance...

How do I point to the config.lua...on ubuntu.

Help me obi-wan...
 
I don't get it.
But website path in ubuntu is var/www (www is same as htdocs)
PUt your websitefiles on to the www folder and install in web browser by typing "localhost"

Do you have mysql and phpmyadmin installed? Don't use Lampp :thumbup:
 
I don't get it.
But website path in ubuntu is var/www (www is same as htdocs)
PUt your websitefiles on to the www folder and install in web browser by typing "localhost"

Do you have mysql and phpmyadmin installed? Don't use Lampp :thumbup:

Yes...I am running mysql and phpmyadmin. The game is working fine...works 100% better than the windows server...

Yes...I did load the website in var/www and when I pull up the ip - the website configuration page comes up.

My issue is that I do not know how (I am a windows user and a noob to Linux) to make the path find the config.lua.

Code:
 install = "yes"
server_path = "[COLOR="Navy"][B][I]what do I put here[/I][/B][/COLOR]"
signatures = "1"

To get to the ot serv directory on ubuntu (in Putty) - I type in cd /root/rexanilator and I am there...I tried putting /root/rexanilator and it tells me it cannot find the config.lua.

I need to know what to put in so that it can find it...

Sorry...I know I am noob to Linux and that this is a SUPER NOOB question.

Please help!
 
Your server is propably in home folder so
/home/YOURNAME/YOURSERVERFOLDER

Also check properties(?) of a config.lua and you can see it :thumbup:
 
Your server is propably in home folder so
/home/YOURNAME/YOURSERVERFOLDER

Also check properties(?) of a config.lua and you can see it :thumbup:

How do I check properties on ubuntu server using Putty to connect to this server?

I am not on Windows - I am leaving windows and now running on ubuntu.

Right now it shows:

Code:
root@server:~/rexanilator#
 
I haven't never tested putty but right click and properties in ubuntu too.
If it doesn't work try /home/YOURSERVERPATH
Example for me /home/XXXX(name)/TFS.0.4r



Code:
Sudo su
ls
Post results after "ls" (or screenshot)
 
Here is screenshot.../home/rexanilator not work...

This is Ubuntu server 10.04 and I do not have a GUI

ubuntu.jpg
 
Use sudo su instead of Sudo su :p Sry my fault
When you use sudo su first you see that "?" folder
/home/?/rexanilator/
 
Last edited:
It always says - "unable to resolve host server.rexanilator.com"

I have not changed the dns on rexanilator.com because it is still running on my old windows server...I was going to change it after the linux box was done...is this what is causing me the issue?
 
I have problem with installing geisor on ubuntu, i use lighttpd. when i try to install it works just fine, but when i try to access the index.php it's just a blank page. What can be the problem?
 
Back
Top