laplant.blogg.se

Install lamp debian
Install lamp debian










install lamp debian install lamp debian

$ /sbin/ifconfig eth0Įth0 Link encap:Ethernet HWaddr 8c:70:5a:92:f6:e0 The ip address of the servers immediately comes after inet addr. This will return a list of network interface available on the vps server. To get your ip address we run the ifconfig command: You can verify if Apache is installed properly by going to your web browser and entering the ip address of your server. The command above will install the basic configuration for our Apache webserver as well as installing the latest documentation for Apache. Sudo aptitude install apache2 apache2-doc

install lamp debian

We can do this by running the below command:Ī safe upgrade is done to update the currently installed software on your Debian 8 installation.Īfter the upgrade we need to install our apache server. It is also used to serve web applications and information required by an application whether it be on mobile or on your desktop.įirst, we will need to upgrade our Debian installation. The apache web application is an open source software that allows your server to display web contents requested by the user. You have knowledge in the basic command for Debian or linux.

install lamp debian

You should have an open command prompt.You have an ssh terminal ready available.If you dont have one, you can get one from. In this guide we will show you how to install and configure a LAMP server based on Debian 8. In short, a webserver installed with LAMP can be called part of the building blocks of the internet. It serves data that can be used by your phone applications, it processes information that will be shown in your desktop applications. This is in the background of every websites you visit, every app you open on your phone, your laptop, your desktop and even your tv. Basically it is a server installed with Apache, Mysql and PHP to serve websites and web applications for public consumption.












Install lamp debian