typhonius / opendchub

A fork of OpenDCHub plus install script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opendchub Build Status

Instructions

  1. Download the install script from here
  2. Make the script executable
  3. 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:

  1. Creates a user called 'hub'
  2. Adds hub to sudoers
  3. Downloads all ODCH prerequisites
  4. Configures stunnel to run on port 7659 & 7660
  5. Install ODCH to run on port 8145
  6. Installs ODCHBot
  7. 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

About

A fork of OpenDCHub plus install script


Languages

Language:C 81.4%Language:Shell 10.2%Language:Makefile 8.3%Language:C++ 0.2%