- Download the install script from here
- Make the script executable
- Run the script
The above may be accomplished with the following one liner
wget -q https://raw.github.com/odchbot/opendchub/master/install.sh && chmod +x install.sh && ./install.sh
The script above does the following:
- Creates a user called 'hub'
- Adds hub to sudoers
- Downloads all ODCH prerequisites
- Configures stunnel to run on port 7659 & 7660
- Install ODCH to run on port 8145
- Installs ODCHBot
- Preconfigures the admin user/password (The password is hashed so pay attention when the script tells you what the details are)
This script works best on a bare ubuntu install but may work on existing systems. It installs all the things necessary to run OpenDCHub and starts the service. Expect no support if this script doesn't work or trashes your system. It has worked prior on ubuntu precise, quantal and raring.
gl;hf