Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Install php, apache and mysql on iPad

Is it possible to setup php, apache and MySQL on ipad ? What other development tools that allow me to develop local apps on iPad ?

Tks
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

NO.  The short answer is that you CANNOT install a webserver or database server on iOS.

There are no real development tools on iOS so you cannot develop the app on the iPad.

You can develop on OSX on a full desktop or laptop computer using XCode or a range of other applications and use the iPAD to test the built & deployed app but apart from text editors there are no coding tools designed for iOS itself.
Avatar of AXISHK
AXISHK

ASKER

"You can develop on OSX on a full desktop or laptop computer using XCode or a range of other applications and use the iPAD".

Any example on these types of tools ? Can I do the development on Window platform ? Tks
It is possible to develop iOS apps on Windows platform but the options are quite limited .. see the main options here
http://maniacdev.com/2010/01/iphone-development-windows-options-available

The only one I've use is Titanium which is good for web-based apps but does not have the full functionality or features available to native iOS code developed on a Mac running XCode.

All major iOS developers will probably have a Mac Mini or other apple computer for development.
Avatar of AXISHK

ASKER

What tools are normally used on Mac laptop for development purpose ? Tks
ASKER CERTIFIED SOLUTION
Avatar of Eoin OSullivan
Eoin OSullivan
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial