Changes between Version 8 and Version 9 of Installing MediaMosa
- Timestamp:
- 02/28/11 17:08:25 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installing MediaMosa
v8 v9 173 173 }}} 174 174 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 175 177 === Enable the website: === 176 178 {{{ … … 183 185 }}} 184 186 185 == Other == 187 == PHP == 188 * In the PHP configuration file php.ini, set memory_limit = 128M. 189 190 == Start your new site == 186 191 * 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.190 192 191 193 == Cron ==
