Merge pull request #29 from Jarli01/Troubleshooting-dependencies
Dependencies list
This commit is contained in:
commit
58ae3c40b2
|
@ -32,3 +32,18 @@ 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.
|
||||
|
||||
Check your distribution respositories list ie: ```/etc/apt/sources.list``` for multiverse.
|
||||
|
||||
* 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.
|
||||
|
|
Loading…
Reference in New Issue