Skip to content

Install Script

Rolando Islas edited this page May 2, 2017 · 6 revisions

The install script supports only Debian based OSes at this time.

If for some reason there is an issue with an install on a Debian based OS, post it to the issue tracker.

If updating from a version prior to 1.5 uninstall the current version before upgrading.

Easy Install

The following command downloads and executes the script directly.

curl -s https://raw.githubusercontent.com/rolandoislas/drc-sim/master/install.sh | sudo bash -s master

To test new and possibly unstable changes install from the develop branch.

curl -s https://raw.githubusercontent.com/rolandoislas/drc-sim/develop/install.sh | sudo bash -s develop

Normal Install

While still easy, it's not a single line. It is, however, a good idea to read the script that is about to be executed with root privileges.

wget https://raw.githubusercontent.com/rolandoislas/drc-sim/master/install.sh
cat install.sh
sudo bash ./install.sh

Install Options

Usage: install.sh [branch/option]

branch/option:

  • master - stable branch (default)
  • develop - testing branch
  • local - install from the current directory
  • uninstall - uninstalls DRC Sim Server

Uninstall

See install-options

Post Install

Now onto connecting.

Clone this wiki locally