README.txt translation - French to English

You need to be logged in to post messages in the forums. New users may register here.

Geoff Bentley

Member since:
09 January 2008

Posts: 19

Monday 26 October 2009 8:42:07 pm

Via http://translate.google.com
=======================

################################################## #############################
# #
# # SHOT OPERATION MIGRATION
# #
# Migration of eZ Publish 4.0.3 to 4.1.3 #
# #
################################################## #############################

1 / Place the source in a new directory

1.1 / Ensure that the sources have been correctly modified:
Sql scripts found in update/database/mysql/4.1 / should be
modified to comment lines to be applied for
earlier version of ezpublish.

1.2 / New extensions:
Make sure the questions are these new extensions are:
- Ezoe (online editor)
- Ezwt (toolbar)

2 / Copy the directory extension settings and var

2.1 / Extensions

cp [folderOrig] / extension / gendarmerie [folderDest] / extension
cp [folderOrig] / extension / gendarmerie_sec [folderDest] / extension

2.2 / Settings

cp [folderOrig] / settings / override [folderDest] / settings /
cp [folderOrig] / settings / siteaccess [folderDest] / settings /

2.3 / Var

cp [folderOrig] / var [folderDest] /

3 / Support for new extensions

3.1 / Rich Text:
ezoe extension replaces the extension ezdhtml

file in the "settings / override / site.ini.append.php on line
ActiveExtensions [] = ezdhtml replaced by ezdhtml ezoe

3.2 / Migration Tool:
add the line: ActiveExtensions [] = ezmigrationtools in the file
settings / override / site.ini.append.php

3.3 / Tool bar:
replace "ezwebsitetoolbar" in the configuration
changes in all configuration files site.ini.append.php
for this it to use the script updatetoolbar

3.4 / Empty the cache site:
php bin / php / ezcache.php - clear-all - purge

3.5 / Regenerating autoload:
php bin / php / ezpgenerateautoloads.php

4 / Migrate site

4.1 / Configuration file:
Ensure that the configuration file migration tool is
correct:
extension / ezmigrationtools / settings / migration.ini

4.2 / Run the migration script:
php extension / ezmigrationtools / bin / php / ezversionmigration.php

4.3 / Run the script rights correction:
check the configuration database in updatepolicies
then run:

. / extension / ezmigrationtools / bin / linux / updatepolicies



5 / Empty the cache site:

php bin / php / ezcache.php - clear-all - purge

6 / Changing rewrite rules

Add the following rewrite rule:
RewriteRule ^ / var /[^/]+/ cache / public / .* - [L]

7 / Implementation of new prod sources:

- Make a backup of any ancient sources.
- Rename the directory of old sources
- Rename the directory of new sources of giving the
former.

8 / Go to website:

1 / Test of different access, front, back, edition

2 / Update rights in different sub sites for taking
load of new extensions.
Up

Jean-Luc Chassaing

Member since:
09 January 2008

Posts: 2

Friday 06 November 2009 11:28:29 pm

thank you for this translation, I will add it to the source.
Up

You need to be logged in to post messages in the forums. New users may register here.