Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.97 KB

install.rst

File metadata and controls

66 lines (44 loc) · 1.97 KB

Installation Guide

Installation

NOTE: Requires an internet connection

Pre-installation

  1. Download and install Virtualbox here
  2. Download and install Vagrant here
  3. Download and install Git:
  1. Download and install RSync here

Clone The Repository

Method 1 - Command-line:

git clone [email protected]:yourname/ircdd

Method 2 - GUI Client:

  1. Visit https://github.com/kzvezdarov/ircdd
  2. Click the "Clone in Desktop" link on the right side of the page. The link will open the GUI client
  3. Click "Clone" to clone the repository

Starting The System

  1. Open up a command-line client (Terminal, cmd.exe, etc.)
  2. Navigate to the cloned repository location using the 'cd' command
  3. Execute the following command:
./scripts/launch-dev-core.sh

Connecting to the System

Instructions pending implementation of connection config options

Uninstallation

Simply delete the directory from your system and uninstall any of the additional proprietary software that is no longer needed from the Required Downloads section.