Changes between Version 8 and Version 9 of Installing MediaMosa

Show
Ignore:
Timestamp:
02/28/11 17:08:25 (2 years ago)
Author:
forgacs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installing MediaMosa

    v8 v9  
    173173}}} 
    174174 
     175 * In the default Apache2 docroot configuration, set the '!AllowOverride' parameter to 'All'. This enables so-called Clean URLs to be used for the REST services, i.e. without ?q= syntax. 
     176 
    175177=== Enable the website: === 
    176178{{{ 
     
    183185}}} 
    184186 
    185 == Other == 
     187== PHP == 
     188 * In the PHP configuration file php.ini, set memory_limit = 128M. 
     189 
     190== Start your new site == 
    186191 * Load your new site, chose the Mediamosa profile and follow the instruction. 
    187  * You will have to set your database, your crontab and your Apache settings in this process. 
    188  * In the default Apache2 docroot configuration, set the '!AllowOverride' parameter to 'All'. This enables so-called Clean URLs to be used for the REST services, i.e. without ?q= syntax. 
    189  * In the PHP configuration file php.ini, set memory_limit = 128M. 
    190192 
    191193== Cron ==