Posts tagged LAMP

Debian Server Guide Part 3

MySQL and PhpMyAdmin Package Installation This section will help you get MySQL install, running, and configured. We’ll get PhpMyAdmin installed and configured to help get MySQL fully manageable. First run this command to get the correct packages installed logged in as root. apt-get install mysql-server php5-mysql Its going to ask you to enter the root [...]

Debian Server Guide Part 2

Web Server Setup and Virtual Hosts Apache The following sections will vary based on purpose of your server. Use this section if you plan to use Apache as a web server. I will also show you how to setup virtual hosts for hosting several websites on one server. Remember, this is a very simple process [...]