tera-lite
Tera LITE
Live Testing and Observing of Tera Servers
Project: tera-lite
Contact:
You can reach out to us over...
E-Mail | Website | Twitch | Discord
Package Content
Validator
- Controller: Validator
- Automated testing of server datacenter commits
- Updating main branch with verified changes
- Error notification over Discord & Mail
Observer
- Controller: Observer
- Startup and observing of all Tera Servers
- Updating datacenter with verified main branch
- Automated restart of crashed Tera Servers
- Error notification over Discord & Mail
Builder
- Controller: Builder
- Automated testing of client datacenter commits
- Updating main branch with verified changes
- Packing and encrypting new client datacenter
- Error notification over Discord & Mail
Package Requirements
- Tera Server Datacenter Files
- Test and Retail Server
- MySQL and MsSQL Database
Package Configuration
Tera LITE Setup
Open config.ini
and adjust:
[Base]
debug = // Verbose output
interval = // Interval in seconds
controller = // oberserver -or- validator
notify = // discord -or- mail
Discord Notification Setup
Open config.ini
and adjust:
[Discord]
host = // Discord Bot Address
port = // Discord Bot Port
channel = // Discord Channel
E-Mail Notification Setup
Open config.ini
and adjust:
[Mail]
smtp_host = // SMTP Server Address
smtp_user = // SMTP User Login
smtp_pass = // SMTP User Passwor
smtp_port = // SMTP SSL Port
MY SQL Database Setup
Open config.ini
and adjust:
[MySQL]
db_host = // IP for My SQL Server
db_user = // User for My SQL Server
db_pass = // Password for My SQL Server
db_base = // Database for My SQL Server
MS SQL Database Setup
Open config.ini
and adjust:
[MsSQL]
db_host = // IP for Ms SQL Server
db_user = // User for Ms SQL Server
db_pass = // Password for Ms SQL Server
db_base = // Database for Ms SQL Server