Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I developed a drupal site in my windows system. Now I need to transfer this site to a linux machine That linux system installed with mysql and drupal

what all are the steps to do the porting from windows to linux?
Posted
Updated 17-Jul-13 0:36am
v2
Comments
Richard MacCutchan 17-Jul-13 7:42am    
Step 1: Go to www.google.com
Step 2: type ...
Arun Kumar K S 17-Jul-13 8:05am    
I searched in google and got this site for better answer!, If not I will find it for smeware else thanks to your comment
Richard MacCutchan 17-Jul-13 10:45am    
Well I don't know what you typed into Google but this search did not suggest CodeProject.

1 solution

Try to follow these steps to migrate your drupal site:
1. Copy all the files in the Drupal installation to the new location on the Linux server.
2. Make a SQL dump of the db on the Windows server.
3. Import the SQL dump on the Linux server.
4. Change the settings.php file to match the new database configuration.
5. Set permissions on files directory if needed.

Additionally, you might have to visit admin/config/media/file-system to fix the temporary dir setting.

That's more or less all he need to do if the Linux server is already configured, db created, virtual host configured etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900