“first you have to install your lamp server, which its linux, apache, mysql and php…”
Actually, the scriptcase installer on linux will install anything the dev environment needs and won’t use the operating system versions of apache, php, etc.
From the installation notes:
NOTE: Before proceeding with the installation, it is recommended not to have any other web environments installed (such as LAMP, Zend Server, etc) on your operating system.
Using the SC Linux installer is as easy as using an installer on windows and it can run using the cli (if you don’t have a gui on the linux server)
I don’t know why they say that the dev system shouldn’t have any AMP sw installed.
For production I deploy to different linux boxes, but sometimes I deploy locally to the dev machine for testing purposes and the deployed apps run smoothly on the os provided AMP stack (that I installed manually).
But it’s been a long time since I installed scriptcase so maybe things have changed.