Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 786 Bytes

README_Ubuntu.md

File metadata and controls

25 lines (18 loc) · 786 Bytes

Installing on Ubuntu Server 16.04 LTS

Install default Ubuntu Serve 16.04 LTS. Do not select any packages other then default. During install, create a user called "dshield".

After install, upgrade the base system, and install git and openssh-server (git should already be installed, but just in case we run apt install for it again):

sudo apt update
sudo apt upgrade
sudo apt install git
sudo apt install openssh-server
sudo reboot

After the reboot, clone this git repository, and run the install script. Make sure to retrieve your API key from DShield.org or isc.sans.edu.

git clone https://github.com/DShield-ISC/dshield.git
sudo dshield/bin/install.sh
sudo reboot

For additional details, see the global README.md file.