ubuntu.rst 536 B

12345678910111213141516
  1. :orphan:
  2. Installing Elgg on Ubuntu Linux
  3. ===============================
  4. - Install the dependencies::
  5. sudo apt-get install apache2
  6. sudo apt-get install mysql-server
  7. sudo apt-get install php5 libapache2-mod-php5 php5-mysql
  8. sudo apt-get install phpmyadmin
  9. sudo a2enmod rewrite
  10. - Edit ``/etc/apache2/sites_available/default`` to enable .htaccess processing (set AllowOverride to All)
  11. - Restart Apache: ``sudo /etc/init.d/apache2 restart``
  12. - Follow the :doc:`standard installation instructions <../install>`