-
Notifications
You must be signed in to change notification settings - Fork 41
Installation
Jnesselr edited this page Oct 29, 2014
·
2 revisions
This page describes installing a new BotQueue instance as a server. This is not how to set up a client.
- Debian/Ubuntu based systems
- Anything that uses a LAMP stack
- Some knowledge of Linux systems
The first boot file should be good enough to install within a system. It will ask you to set up the Apache configuration, which is mostly done for you. You just need to replace the ServerName with your actual server name. This is just the name Apache should listen to for this configuration. If you want it to work with just the IP address, then remove those lines. Also remove the lines related to SSL if you're not using it.
You'll also be asked to fill out the config.php options. You can see the documentation on that here.