mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-10 06:41:53 +00:00
Updated installation instructions for SQLite3 (fixes #70)
This commit is contained in:
parent
9eee8e8564
commit
aeb43f991b
1 changed files with 14 additions and 4 deletions
18
docs/INSTALL
18
docs/INSTALL
|
@ -17,21 +17,31 @@ INSTRUCTIONS (NEW)
|
||||||
/.etwolf/nq on Linux systems)
|
/.etwolf/nq on Linux systems)
|
||||||
* Optionally, copy the contents of the cvars.cfg to your own server
|
* Optionally, copy the contents of the cvars.cfg to your own server
|
||||||
configuration file
|
configuration file
|
||||||
* Copy the .pk3 file corresponding to this WolfAdmin version to your
|
|
||||||
/nq directory
|
|
||||||
* Modify /nq/wolfadmin.cfg to your needs
|
* Modify /nq/wolfadmin.cfg to your needs
|
||||||
* Modify /nq/shrubbot.cfg to add WolfAdmin specific flags
|
* Modify /nq/shrubbot.cfg to add WolfAdmin specific flags
|
||||||
* Add /luascripts/wolfadmin/main.lua to the lua_modules cvar
|
* Add /luascripts/wolfadmin/main.lua to the lua_modules cvar
|
||||||
* Run the .sql script in /database/new on your MySQL server
|
* Run the .sql script in /database/new on your server:
|
||||||
|
- for SQLite3, run wolfadmin_sqlite3.sql in your SQLite3 CLI or manager
|
||||||
|
- for MySQL, run wolfadmin_mysql.sql in your MySQL manager
|
||||||
* Run your server
|
* Run your server
|
||||||
|
|
||||||
INSTRUCTIONS (UPGRADE)
|
INSTRUCTIONS (UPGRADE)
|
||||||
|
|
||||||
* Unpack the /luascripts folder into your /nq directory
|
* Unpack the /luascripts folder into your /nq directory
|
||||||
* Run the .sql script in /database/upgrade/previous-version-here on your
|
* Run the .sql script in /database/upgrade/previous-version-here on your
|
||||||
MySQL server
|
server:
|
||||||
|
- for SQLite3, run wolfadmin_sqlite3.sql in your SQLite3 CLI or manager
|
||||||
|
- for MySQL, run wolfadmin_mysql.sql in your MySQL manager
|
||||||
* Run your server
|
* Run your server
|
||||||
|
|
||||||
|
INSTRUCTIONS (MENU)
|
||||||
|
|
||||||
|
If you want to use the menu that can be used for the voting, use the
|
||||||
|
following instructions.
|
||||||
|
|
||||||
|
* Copy the .pk3 file corresponding to this WolfAdmin version to your
|
||||||
|
/nq directory
|
||||||
|
|
||||||
TROUBLESHOOTING
|
TROUBLESHOOTING
|
||||||
|
|
||||||
* WolfAdmin config will not get loaded/one of greetings/rules is not loaded
|
* WolfAdmin config will not get loaded/one of greetings/rules is not loaded
|
||||||
|
|
Loading…
Reference in a new issue