-
Notifications
You must be signed in to change notification settings - Fork 6
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. =]
- Install PHP, SQL and necessary packages.
$ sudo apt install php php-mbstring php-cli php-mysql
- Install security transport layer
$ sudo apt install openssl libssl-dev
- Install screen
$ sudo apt install screen
- Install Git
$ sudo apt install git
We download from GitHub directly, so:
$ cd ~ && git clone https://github.com/DalekIRC/Dalek-Services