User Tools

Site Tools


start:installation:debian

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
start:installation:debian [2016/03/26 01:48]
nuxwin
— (current)
Line 1: Line 1:
-====== Installation on Debian ====== 
- 
-<WRAP center round important 60%> 
-Please, don't follow these instructions if you use a version from our **Git** repository. You must instead, follow the instructions that you can find in the **docs/​Debian/​INSTALL** file. 
-</​WRAP>​ 
- 
-===== Pre-Installation ===== 
- 
-====Make sure that your system is up-to-date==== 
- 
-Before processing new i-MSCP installation,​ you must first ensure that your system is up-to-date. 
- 
-    # apt-get update && apt-get dist-upgrade 
- 
- 
- 
-=====Installation===== 
- 
-====Install pre-required packages==== 
- 
-    # apt-get install ca-certificates perl whiptail 
- 
-====Download and untar the i-MSCP archive==== 
- 
-First of all, make sure that you are logged in as root. Download the i-MSCP archive to your ///​usr/​local/​src//​ folder, extract it, and change to the newly created folder. 
- 
-    # cd /​usr/​local/​src 
-    # wget https://​github.com/​i-MSCP/​imscp/​archive/<<​version>>​.tar.gz 
-    # tar xzf <<​version>>​.tar.gz 
-    # cd imscp-<<​version>>​ 
- 
-====Install i-MSCP by running the imscp-autoinstall script==== 
- 
-i-MSCP comes with a fully interactive installer, that will automatically install any required packages from the Debian'​s repositories. During the installation procedure you will be asked several questions. When unsure, just answer with the defaults, to be sure that your server will work properly. To proceed, just launch the installer by running: 
- 
-    # perl imscp-autoinstall -d 
- 
-If you get to the end of the installation procedure without receiving any errors, the panel is already installed and operational. In case you received any error, take a look at the troubleshooting section below. 
- 
-=====Troubleshooting===== 
- 
-In case you have questions about any of the above steps, or you received an error during the installation,​ you should head to the [[http://​forum.i-mscp.net|i-MSCP Forums]]. Before posting your problem, you should first try to find a thread related to your problem by using both the forum'​s search functionality,​ as well as a google query with the //​site:​forum.i-mscp.net//​ keyword in front (so that google only searches on our forums). 
- 
-If you can't find your answer through these methods, it is time for you to post your problem. Remember to include as much information about it as you can, including the full error message you got, the distribution and version you use, the i-MSCP version you are trying to install, and any logs you think are relevant. The better your question is laid out, the higher the chances that you will get a prompt and useful responses. 
- 
-====i-MSCP server behind a NAT==== 
- 
-If your server is behind a NAT setup, which is mostly true in case of some virtualization solutions (e.g. Amazon, Openstack etc..), the wizard will first ask you which private IP to use, **then** ask you about the public one. This only happens if at the base IP selection phase it can't find any public address to use (and it's supposedly set up somewhere else in the cluster). 
- 
-====i-MSCP in an LXC container==== 
- 
-If you are using apparmor have a look at the Host: 
- 
-    /​etc/​apparmor.d/​lxc/​lxc-default 
- 
-And change ​ 
- 
-    profile lxc-container-default flags=(attach_disconnected,​mediate_deleted) { 
-    ... 
-       mount options=(rw,​ bind), 
-    ... 
- 
-Finally reload apparmor using  
- 
-    /​etc/​init.d/​apparmor reload 
-    ​ 
  
/var/www/virtual/i-mscp.net/wiki/htdocs/data/attic/start/installation/debian.1458956924.txt.gz · Last modified: 2016/03/26 01:48 by nuxwin