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
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 /
Line 247: Line 251:
      * For calendar 'Events', click on 'Admin Data' to edit calendar and to add/delete events.      * For calendar 'Events', click on 'Admin Data' to edit calendar and to add/delete events.
  
-== Forms == +== Forms (using ChronoForms) == 
-   * Components > Chrono Forms > Forms Manager+   * Components > Chrono Forms > Forms Manager.
    * Update email addresses on forms:     * Update email addresses on forms: 
      * Select form under 'Wizard Edit' column.      * Select form under 'Wizard Edit' column.
      * Select Actions tab (left).      * Select Actions tab (left).
      * Select under 'Events' tab (right) if available:       * Select under 'Events' tab (right) if available: 
-       * OnSuccess > Email - To User > Configure (button right side) > Static (tab) +       * OnSuccess > Email - To User > Configure (button right side) > Static (tab). 
-       * OnSuccess > Email - To SysAdmin > Configure (button right side) > Static (tab)+       * OnSuccess > Email - To SysAdmin > Configure (button right side) > Static (tab).
      * Select under 'Emails' tab (right) if available:      * Select under 'Emails' tab (right) if available:
        * Edit To/From email addresses.        * Edit To/From email addresses.