Best way to take development site to live site?
Posted: Thu Feb 12, 2009 11:30 pm
Hi guys.
I was just wondering what the best way is to take a site, from a local development environment (xampp on Windows XP in my case) to a live host.
I tried it for the first time this week and everything was broken and I had to reinstall the CMS on the live site and add modules manually.
Here were the steps I had taken.
1. Zip up local site
2. upload zip of local site to host
3. unzip on host via unix shell
4. dump local database to sql query
5. run sql in step 4 on host
6. modify config / htaccess on live site to reflect paths etc
Once I did this, I found that some modules were broken and I had to end up installing CMSMS from scratch.
If anyone can offer any better way of doing this I would appreciate any suggestions to make life a little easier.
TIA
I was just wondering what the best way is to take a site, from a local development environment (xampp on Windows XP in my case) to a live host.
I tried it for the first time this week and everything was broken and I had to reinstall the CMS on the live site and add modules manually.
Here were the steps I had taken.
1. Zip up local site
2. upload zip of local site to host
3. unzip on host via unix shell
4. dump local database to sql query
5. run sql in step 4 on host
6. modify config / htaccess on live site to reflect paths etc
Once I did this, I found that some modules were broken and I had to end up installing CMSMS from scratch.
If anyone can offer any better way of doing this I would appreciate any suggestions to make life a little easier.
TIA