About This File
This script will automatically download and install Intersect on your Debian/Ubuntu installation. It includes a script that will automatically restart your server should it crash.
Make sure to run it from an administrative account (under root, or sudo) or the installation will fail.
Â
Usage:
- Download file onto machine
- run chmod +x on the file.
- Execute file.
Â
Starting and stopping the server is done as follows:
/etc/init.d/intersect-server {start|stop}
Â
And viewing your server window once it's been started is done through:
screen -d -r intersect
Â
NOTES:
Under Intersect 1.9 the following issues arise with this script:
- The stop command will not function as the server does not accept commandline input.Â
- The automatic restarting function does not currently function because no errors are thrown.
These issues will likely be resolved in a future release of Intersect. This script is designed to be future-proof, and will only need a new download URL or manual version upgrade to make it work properly in the future.