vote up 0 vote down star

Hi,

Completely developed in WAMP and I need to deploy it on a LAMP setup in the organisation. I want to make sure the deployment goes of smoothly and takes as little time as possible. What are the thing I would need to change before deploying it in LAMP? Also is there any way I can test it in some simulated LAMP environment?

Edit: I use perl for server side scripting and very little PHP. Thanks...

flag

80% accept rate

2 Answers

vote up 2 vote down check

Well that mainly depends on the application you were developing and if you made any specific configration changes on your windows based application stack. MySQL and PHP should basically work the same way on both systems. Most common and annoying mistakes I know of are e.g. acessing OS specific path names or using libraries / programs that are not installed on the other system at all.

link|flag
vote up 1 vote down

I would first port it XAMPP, a stack for either Windows or Linux. This supports PHP and PERL (and includes Apache and MySQL of course). Once you verify that your app's working on the Windows XAMPP, you can take it over to the Linux version.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.