User Tools

Site Tools


installing_lucy_on_linux

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
installing_lucy_on_linux [2019/03/01 11:16] lucyinstalling_lucy_on_linux [2019/03/27 15:43] – [What minimal packages are needed for the installer to work?] lucy
Line 26: Line 26:
 ===== Can LUCY be installed on older Linux Kernel Version (< 3.10)? ===== ===== Can LUCY be installed on older Linux Kernel Version (< 3.10)? =====
  
-The older versions of the linux setup script (< 2.8) have been tested on Debian 7 (Wheezy), Debian 8 (Jessie), Ubuntu 12.04 and Ubuntu 14.04. As an additional requirement, you need to have openssl installed. A 3.10 Linux kernel is the minimum requirement for Docker. Kernels older than 3.10 lack some of the features required to run Docker containers. In case you use an older Linux Kernel you will need to install LUCY on Debian 7 or Ubuntu 12.+The older versions of the linux setup script (< Lucy 3.7) have been tested on Debian 7 (Wheezy), Debian 8 (Jessie), Ubuntu 12.04 and Ubuntu 14.04. As an additional requirement, you need to have openssl installed. A 3.10 Linux kernel is the minimum requirement for Docker. Kernels older than 3.10 lack some of the features required to run Docker containers. In case you use an older Linux Kernel you will need to install LUCY on Debian 7 or Ubuntu 12.
  
  
Line 49: Line 49:
   * openssl   * openssl
   * ca-certificates   * ca-certificates
 +  * net-tools
  
  
Line 63: Line 64:
 3) Now type cd to the directory where you downloaded the file.\\ 3) Now type cd to the directory where you downloaded the file.\\
 4) Then type chmod +x name_of_file.sh to make your file executable (example "**chmod +x install.sh**").\\ 4) Then type chmod +x name_of_file.sh to make your file executable (example "**chmod +x install.sh**").\\
-5) Now type ./name_of_file.sh to execute the file (Example "**./install.sh**"). If you are able to install LUCY without docker (this is the preferred method), please use the **"./install.sh legacy"** command.\\+5) Now type ./name_of_file.sh to execute the file (Example "**./install.sh**"). If you are able to install LUCY without docker (this is the preferred method for Debian 9 only), please use the **"./install.sh legacy"** command.\\
 6) You will be asked if you want to install LUCY (Install LUCY (y/n)?) Please type "**y**" and press enter. During the installation, LUCY will connect to our centralized custom repository to download the necessary packages.\\ 6) You will be asked if you want to install LUCY (Install LUCY (y/n)?) Please type "**y**" and press enter. During the installation, LUCY will connect to our centralized custom repository to download the necessary packages.\\
 7) As soon as the installation is finished, the [[setup_script_tutorial|automatic setup script]] should start. 7) As soon as the installation is finished, the [[setup_script_tutorial|automatic setup script]] should start.
Line 106: Line 107:
  
 ===== Uninstall LUCY ===== ===== Uninstall LUCY =====
-In 3.2 we will provide an uninstaller. For now, if you want to remove LUCY you first need to get a list of all packages installed using $awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log (which displays installed packages in historical order, and then purges the last packages). That list will enable you to remove the according packages. +If you want to remove LUCY you first need to get a list of all packages installed using $awk '/^Selecting/ {gsub(/\./,""); print $5}' /var/log/apt/term.log (which displays installed packages in historical order, and then purges the last packages). That list will enable you to remove the according packages. 
 +This method works for legacy installation method only.
  
  
Line 130: Line 131:
  
  
-===== Is the container included in the installer payload or is the container loaded via docker pull? ===== +===== Is the docker-image included in the installer payload or is the docker-image loaded via docker pull? ===== 
-Lucy'container is downloaded from https://hub.docker.com (official Docker Hub) during installation.+Lucy'docker-image gets downloaded from https://hub.docker.com (official Docker Hub) during installation.
  
  
installing_lucy_on_linux.txt · Last modified: 2022/06/22 12:37 by lucysecurity