problem when migrating from development into live server
Posted
by justjoe
on Stack Overflow
See other posts from Stack Overflow
or by justjoe
Published on 2010-04-17T16:24:42Z
Indexed on
2010/04/17
16:33 UTC
Read the original article
Hit count: 269
I'm facing problem when migrate my web app project from development server to live server. the reason is because i just realize that the live server has different PHP version and available memory lower then mine.
i found this after client give me their ftp and cpanel access of their server, which is a shared host.
so,
- how do we handle this situation ? and avoid similar problem in the future ?
- What is the most suitable configuration of a development server ?
btw, i use xampp in windows. it's has apache and mysql.
© Stack Overflow or respective owner