Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
Adding missing utilities for 18.04, Updating documentation to indicat…
Browse files Browse the repository at this point in the history
…e supported systems.
  • Loading branch information
duncan-ncc committed May 8, 2019
1 parent f419298 commit 6125ad0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Chapter 3 Files/deploy.sh
Expand Up @@ -237,6 +237,8 @@ sed -i "s/800/$DISK_80/g" docker-compose-stack-live.yml
}

function installdocker(){
echo "install curl to get the docker convenience script"
apt install unattended-upgrades -y
echo "install docker"
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
Expand Down Expand Up @@ -329,6 +331,8 @@ docker exec -it $(docker ps -q --filter="NAME=lme_elasticsearch") bash -c /elast

function install(){

#install net-tools to allow backwards compatibility
sudo apt install net-tools -y
#move configs
cp docker-compose-stack.yml docker-compose-stack-live.yml

Expand Down
1 change: 1 addition & 0 deletions docs/prerequisites.md
Expand Up @@ -62,6 +62,7 @@ To begin your Logging Made Easy installation, you will need access to (or creati
* If budget allows, we recommend having a dedicated server for WEC. If this is not possible, WEC can be setup on an existing server but consider the performance impacts.
* The WEC server could be Windows Server 2016 (or later) or Windows 8.1 client (or later)
* A Linux server with 2 processor cores and 16GB RAM. We will install our database (Elasticsearch) and dashboard software on this machine. This is all taken care of through Docker containers. **DO NOT install Docker from Ubuntu installation wizard ('Snaps'), we install the Docker community edition later.**
* The deploy script has only been tested on Ubuntu 18.04 Long Term Support (LTS).

## Where to install the servers

Expand Down

0 comments on commit 6125ad0

Please sign in to comment.