Skip to content

Installation

Valerie Pond edited this page Feb 15, 2022 · 8 revisions

Installation is relatively simple. For now I will only write instructions for installing on Ubuntu OS, but it should be easy enough to extrapolate to your preferred system. =]

Prerequisites

  1. Install PHP, SQL and necessary packages.

$ sudo apt install php php-mbstring php-cli php-mysql

  1. Install security transport layer

$ sudo apt install openssl libssl-dev

  1. Install screen

$ sudo apt install screen

  1. Install Git

$ sudo apt install git

Downloading

We download from GitHub directly, so:

$ cd ~ && git clone https://github.com/DalekIRC/Dalek-Services

Clone this wiki locally