Hi all, i've just a simple question: which are the steps to follow to migrate a local elgg test website to the remote server?
Some more informations:
- I'm using EasyPHP-5.3.8.0 on a Windows 7 machine.
- I just want to test my elgg website online, cause i'm hosting it on my computer, but now it's time for some real online tests, that's why i'm asking.. Can please someone tell me clearly and straight the steps to follow? I think it could be really usefull for everyone that has my same needs!
Hope to get help!
Bye!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Mike Zacher (vazco)@vazco

Mike Zacher (vazco) - 0 likes
- Gono@Gono

Gono - 0 likes
- Team Webgalli@webgalli

Team Webgalli - 0 likes
- Gono@Gono

Gono - 0 likes
You must log in to post replies.Migration is quite straightforward:
1. you have to copy the code to server, eg. via FTP
2. you have to change settings in .htaccess and in engine/settings.php to point to new location and new database
3. you have to either copy the database or copy plugin settings with use of plugin_manager or pluginsettings plugin to your remote server
Firstly, thank you for your answer Mike, now i want to ask you something about the steps in your answer:
1. Ok.
2. I dont have an .htaccess file, but i do have a httpd.conf file that's in EasyPHP-5.3.8.0/conf_files
I've read that .htaccess and httpd.conf are not the same thing, but the first one is used when the admin cannot modify httpd.conf.
So, how do i have to proceed in my case?
For the engine/settings.php thank you, i didnt know that :)
3. You mean to export the database with phpMyAdmin to an sql file or a .gz file and then import it in the remote machine, right?
Thank you for your time ;)
See the elgg documentation for more info : http://docs.elgg.org/wiki/DuplicateInstallation
Oh, thank you!
I'm also checking your website, cool things in it! ;)