# Change tu SUDO mode if necesary
> sudo su
# Update Linux repos
> apt-get update
# Upgrade Linux
> apt-get upgrade
# Install Apache
> apt-get install apache2
# Install MySQL Server, PHP-MySQL, and other functions required
> apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
# Restart Apache
> service apache2 restart
lines beginning with '#' are commets
lines beginning with '>' are commets
lines beginning with '>' are commets
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.