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/13 23:55]
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**| ​       ​ 
 + 
 +^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=== 
 + 
 +A full installation of ARDI (including all of its libraries and associated services) should consume approx. 550MB on your device.  
 + 
 +Note that this is the **initial install size only** - as you add assets, your ARDI database and cache will continue to grow beyond that initial amount. Addons - particular the ARDI-VE addon - can add considerably to that amount. ​
  
 ===Install It=== ===Install It===
Line 20: Line 36:
      * Download the script      * Download the script
  
-<​code>​sudo 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>​sudo 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. 
 +---- 
 + 
 +//In the above example, **sudo** was used to run the installation with elevated priviliges. Some platforms such as Debian Jessie don't include sudo by default.  
 + 
 +In this case, login as root and skip the '​sudo'​ part of the command.//
 ---- ----
  
Line 54: 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]].