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
systems:joomla:audina_website_v4 [2014/05/06 11:49]
smayr [Forms (using ChronoForms)]
systems:joomla:audina_website_v4 [2014/05/06 15:52] (current)
smayr
Line 2: Line 2:
  
 == Configuration == == Configuration ==
 +  * Upgrade the Ubuntu Linux server (if using 13.10 or up): <code>sudo apt-get install apache2 php5-mysql libapache2-mod-php5 mysql-server php5-json phpmyadmin php5-curl unzip</code>
   * Unpack ZIP file to a folder under ''/var/www'' on the web server (such us ''en'' for English, or ''es'' for Spanish). Eg: <code bash>   * Unpack ZIP file to a folder under ''/var/www'' on the web server (such us ''en'' for English, or ''es'' for Spanish). Eg: <code bash>
 % mkdir /var/www/en % mkdir /var/www/en
Line 103: Line 104:
     #AllowOverride None     #AllowOverride None
     AllowOverride All     AllowOverride All
-    Order allow,deny +    # Apache 2.2 
-    allow from all+    #Order allow,deny 
 +    #allow from all 
 +    # Apache 2.4 
 +    Require all granted
     # Uncomment this directive is you want to see apache2's     # Uncomment this directive is you want to see apache2's
     # default start page (in /apache2-default) when you go to /     # default start page (in /apache2-default) when you go to /