Difference between revisions of "Installation:lua prerequisites"

From NeutronAdmin
Jump to: navigation, search
Line 11: Line 11:
  
 
==== MySQLoo ====
 
==== MySQLoo ====
The MySQLoo 9 module from [https://facepunch.com/showthread.php?t=1515853 here]
+
The MySQLoo 9 module from [https://forum.facepunch.com/gmodgd/jjdq/gmsv-mysqloo-v9-Rewritten-MySQL-Module-prepared-statements-transactions/1/ here]
  
 
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:   
 
Download [https://github.com/syl0r/MySQLOO/releases/ HERE] for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:   

Revision as of 22:54, 9 February 2019

Installing prerequisites for NeutronAdmin's lua portion

Install the web files first

You need to install either tMySQL or MySQLoo. We recommend MySQLoo, but you can use tMySQL as well.

The socket module is completely optional, but recommended.


You may also want to use the socket module for Garry's Mod with NeutronAdmin if you do not want to use RCon or MySQL as your main form of communication with your server(s). Keep in mind you still need tMySQL or MySQLoo for certain things.


MySQLoo

The MySQLoo 9 module from here

Download HERE for Linux server use gmsv_mysqloo_linux.dll, but for Windows server use gmsv_mysqloo_win32.dll, choose the latest release that has your version and put it here:

(You need to create the lua/bin folder manually if you do not already have it.)

Bin.png

You are also going to need either libmysql on Windows or libmysqlclient on Linux. They have to be placed within the root folder of your server (the one that contains srcds.exe or srcds_run)


tMySQL (Discontinued, not recommended!)

Link to tMySQL

Download this for Windows or this for Linux and put it in garrysmod/garrysmod/lua/bin

Bin.png

You need to create the lua/bin folder manually if you do not already have it.


Bromsock Socket module(Optional)

Download it from HERE(The correct one for your server OS) and put it in garrysmod/garrysmod/lua/bin

If the normal one doesn't work, then try the nossl one.

Bin.png

You need to create the lua/bin folder manually if you do not already have it.


Done Continue with the lua files installation