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/11/03 02:03]
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>​
  
-     * Execute the script ​(note the space between the . and the words before and after)+     * Mark the script as '​executable'​ 
 + 
 +<​code>​chmod a+x debian</​code>​ 
 + 
 +     * Execute the script
  
-<​code>​sudo ​debian</​code>​+<​code>​sudo debian</​code>​ 
 +or <​code>​sudo debian beta</​code>​
  
 ---- ----