Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ardiadminguide:installation_on_debian-based_linux_distributions [2016/10/17 03:48]
optrix
ardiadminguide:installation_on_debian-based_linux_distributions [2018/11/15 23:53] (current)
optrix
Line 7: Line 7:
 Optrix offers a [[http://​repo.optrix.com.au/​installers/​debian|Debian Install Script]] designed to install ARDI on some of the most popular debian-based systems, such as Ubuntu and Raspbian. Optrix offers a [[http://​repo.optrix.com.au/​installers/​debian|Debian Install Script]] designed to install ARDI on some of the most popular debian-based systems, such as Ubuntu and Raspbian.
  
-The installer should run on any relatively modern version (it must support PHP 5.or higher), but it has been specifically tested on...+The installer should run on any relatively modern version (it must support PHP 5.or higher), but it has been specifically tested on...
  
 ^Tested Platforms^ ^Tested Platforms^
 |**Ubuntu 16.04 LTS**| |**Ubuntu 16.04 LTS**|
-|**Ubuntu 14.04 LTS**| 
 |**Raspbian Jessie**| |**Raspbian Jessie**|
 |**Debian Jessie**| ​       ​ |**Debian Jessie**| ​       ​
 +
 +^No Longer Available For^
 +|**Ubunto 14 Or Below**|
 +
 +===Known Incompatibilities===
 +
 +^Not Working On^
 +|**Ubuntu 18.04 LTS**|
 +
 +Currently, ARDI has an issue running with PHP 7.1 or higher, while the 18.04 version of Ubuntu defaults to using 7.2. We will be offering an update shortly.
  
 ===Size=== ===Size===
Line 29: Line 38:
 <​code>​wget http://​repo.optrix.com.au/​installers/​debian</​code>​ <​code>​wget http://​repo.optrix.com.au/​installers/​debian</​code>​
  
-     ​* ​Change ​the scripts permissions so you can run it+     ​* ​Mark the script as '​executable'​
  
-<​code>​chmod ​u+x debian </​code>​+<​code>​chmod ​a+x debian</​code>​
  
      * Execute the script      * Execute the script
  
-<​code>​sudo ​./​debian</​code>​+<​code>​sudo ​debian</code> 
 +or <​code>​sudo ​debian ​beta</​code>​
  
 ---- ----
-Note that if you would like to install the //​[[unstable|unstable]]//​ (pre-release) version of ARDI, you can add the word '​beta'​ to the end of the command - for example, **sudo ./debian beta** will launch the installation of ARDI Unstable.+Note that if you would like to install the //​[[unstable|unstable]]//​ (pre-release) version of ARDI, you can add the word '​beta'​ to the end of the command - for example, **sudo . debian beta** will launch the installation of ARDI Unstable.
 ---- ----
  
Line 44: Line 54:
  
 In this case, login as root and skip the '​sudo'​ part of the command.// In this case, login as root and skip the '​sudo'​ part of the command.//
 +----
  
 This will perform a full unattended installation - it will update all of the packages on the system, download and install both ARDI and all of its pre-requisites. It will also include some common additional content, such as drivers and popular addons. This will perform a full unattended installation - it will update all of the packages on the system, download and install both ARDI and all of its pre-requisites. It will also include some common additional content, such as drivers and popular addons.
Line 65: Line 76:
 <​code>​sudo apt-get install ardi-mysql</​code>​ <​code>​sudo apt-get install ardi-mysql</​code>​
  
-See the [[List of Addons]] for more information on what addons ​are available and what their packages are called.+See the [[List of Addons|list of ARDI addons]] and the [[ardiadminguide:​list_of_ardi_drivers|list of ARDI drivers]] for more information on what additional components ​are available and what their packages are called.
  
 ---- ----
  
 Once downloaded, you'll need to [[Licensing ARDI|install your license file]]. If you have issues, check our [[ARDI Installation Troubleshooting Guide]]. Once downloaded, you'll need to [[Licensing ARDI|install your license file]]. If you have issues, check our [[ARDI Installation Troubleshooting Guide]].