From f1f9ca779019e0646898e2dd733721b0a64758bd Mon Sep 17 00:00:00 2001 From: Dustin B Date: Thu, 2 Aug 2018 11:28:54 -0400 Subject: [PATCH] Dependencies list --- Troubleshooting.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 8a98976..3166249 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -32,3 +32,16 @@ This will check and continually update the last 50 log files for your XOCE insta journalctl -u xo-server -f -n 50 +# Required Dependencies + +Your system must be able to install the following list of dependencies, usually this is automatic but some distributions might not have the required repositories. Plese confirm you can install these before creating a ticket. + +* build-essential +* redis-server +* libpng-dev +* git +* python-minimal +* libvhdi-utils +* nfs-common + +These dependencies (on Ubuntu) are available from the ```multiverse``` and ```universe``` repositories.