M
M
melok89892014-03-24 11:21:41
MODX
melok8989, 2014-03-24 11:21:41

How to migrate modx revo website to denver?

Help me figure out how to transfer your (working) site from hosting to a local Denver server correctly and without errors.
I want to learn this engine in experiments, model, create, etc.

Answer the question

In order to leave comments, you need to log in

8 answer(s)
M
melok8989, 2014-03-24
@melok8989

Well, if not Denver, then what? So that it can be transferred without problems

K
Konstantin Velichko, 2014-03-24
@Zoxon

Denver is dead and already reeking. Use for example XAMPP or OpenServer
The order of transfer is as follows
1) Download all files via ftp
2) Drop the database dump from PHPMyAdmin
3) Upload the dump to the local server
3) Edit the config
Details rtfm.modx.com/revolution/2.x/administering-your- si...
Setting permissions on directories and files can be skipped

M
Mikhail Osher, 2014-03-24
@miraage

Monsieur knows a lot about perversions.

M
melok8989, 2014-03-24
@melok8989

I'll try on OpenServer

M
melok8989, 2014-03-24
@melok8989

The first three points seem to have been completed correctly, the problem is probably in point 4

M
melok8989, 2014-03-24
@melok8989

how to edit config

M
melok8989, 2014-03-24
@melok8989

did according to this principle
Good afternoon:
1) Copy the contents of the site from the server (your_site.com folder www).
2) Paste it into the folder_path_of_open_server_on_your_computer: OpenServer\domains\your_site_local.com\
3) Start your open server, on the working panel in the clock area on the open server icon, right-click -> advanced -> phpmyadmin
User (if nothing has been changed in the settings open server): root
Password: (leave blank)
4) Create an empty database, copy the contents of the file into it:
your_database.sql
5) Open the file in the folder:
OpenServer\domains\your_site_local.com\www\manager\includes\config.inc .php
in it, change
$database_type = 'mysql';
$database_server = 'localhost';
$database_user = 'root';
$database_password = '';
$database_connection_charset = 'utf8';
$database_connection_method = 'SET CHARACTER SET';
$dbase = '`your_database`';
$table_prefix = 'your_database_'; //table prefix and underscore
Save.
6) Open in the browser:
your_site_local.com/manager
and enter the password as it was on the server for this site to access the admin panel.
Read more: modx.ru/vopros-answer/info/21

M
melok8989, 2014-03-24
@melok8989

I can not figure out the paths HELP!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question