Changes between Version 3 and Version 4 of MigratingTo3.0.0
- Timestamp:
- 2013-07-07T03:57:21Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigratingTo3.0.0
v3 v4 20 20 21 21 == Upgrading XCache Admin Page == 22 XCache Admin Page, or you call itstats page, is merged with multiple other modules since 3.0.022 XCache Admin Page, also named XCache stats page, is merged with multiple other modules since 3.0.0 23 23 check the following difference, where "install source" is where files sit in source package and "install to" is where it should be copied to by you manually. 24 24 25 25 || ||before migrate ||after migrate || note 26 26 ||install source ||admin/ ||htdocs/ || (admin/ becomes htdocs/cacher/) 27 ||should be install to||/var/www/htdocs/localhost/xcache-admin/ ||/var/www/htdocs/localhost/xcache/ || 28 ||config file example ||config.example.php ||config.example.php, {cacher,coverager}/config.example.php|| 29 ||config file ||config.php ||config.php, {cacher,coverager}/config.php|| 27 ||should be install to||/var/www/htdocs/localhost/xcache-admin/ ||/var/www/htdocs/localhost/xcache/ || 28 ||config file example ||config.example.php ||config.example.php, {cacher,coverager}/config.example.php|| 29 ||config file ||config.php ||config.php, {cacher,coverager}/config.php|| 30 31 1. Remove every XCache's *.php files you already copied except config.php 32 2. install new *.php files 33 3. migrate config.php against config.example.php