Hi all
Please could you advise the best process for copying our CMS Made Simple from our webserver hosted with webfusion (only ftp access) to a local VM for testing purposes.
We have mySQL Dump and FileBackup Modules installed on the webfusion live website.
I have a centos box with php,mysql and apache installed what next?
[solved] copy 1.6.5 from webserver to local
[solved] copy 1.6.5 from webserver to local
Last edited by monty8 on Tue Feb 05, 2013 2:51 pm, edited 1 time in total.
Re: copy 1.6.5 from webfusion webserver to linux local vm
You may want to read this...
http://docs.cmsmadesimple.org/moving
I would upgrade to the latest before trying to move it as we only support the 2 latest versions of CMSMS...
http://docs.cmsmadesimple.org/moving
I would upgrade to the latest before trying to move it as we only support the 2 latest versions of CMSMS...
Re: copy 1.6.5 from webfusion webserver to linux local vm
Hi
I have ftp'd to the webserver and copied all the directories from the public_html folder and logged in to phpmyadmin performed an export of the database.
I have apache, mysql and php installed on my new VM and logging into phpmyadmin. I am assuming I can:
Import the mysql dump from webserver
copy files from ftp site except tmp folder!
set the permissions and away i go?
or do i need CMS made simple installed on my linux server before proceeding?
Is there a cleared process to follow?
I have ftp'd to the webserver and copied all the directories from the public_html folder and logged in to phpmyadmin performed an export of the database.
I have apache, mysql and php installed on my new VM and logging into phpmyadmin. I am assuming I can:
Import the mysql dump from webserver
copy files from ftp site except tmp folder!
set the permissions and away i go?
or do i need CMS made simple installed on my linux server before proceeding?
Is there a cleared process to follow?
Re: copy 1.6.5 from webfusion webserver to linux local vm
Most times it's...
Backup Folders/files and DB
Import DB into new DB on news server
Import folders/files
Change config.php to use new DB and change all paths in config.php or...
Upload install folder from same version on server and run site.com/install BUT ON STEP 5 DO NOT CREATE TABLES NOR INSTALL DEFAULT CONTENT this will hook it up to the new (imported existing DB) DB and fix any path problems...
Backup Folders/files and DB
Import DB into new DB on news server
Import folders/files
Change config.php to use new DB and change all paths in config.php or...
Upload install folder from same version on server and run site.com/install BUT ON STEP 5 DO NOT CREATE TABLES NOR INSTALL DEFAULT CONTENT this will hook it up to the new (imported existing DB) DB and fix any path problems...
Re: copy 1.6.5 from webfusion webserver to linux local vm
do i need to clear the cache before taking the backup?


