Click here to Skip to main content
16,010,334 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I want to develop a web app on iPad. But I do not have a hosting server. Is there any way to deploy and test the web app on iPad.

Please let me know soon.

Thanks,
Jason
Posted

You can't write a web app without a host. There's tons of hosts in the world, some offer free deals at first. The only other thing is if you can set up a local web server on a PC and connect to it through the wireless network ?
 
Share this answer
 
Comments
jason_borne21 27-Jul-11 14:13pm    
Hi Christian, thanks for your advise. I am currently running the web app locally. But your advise worked for me..
If you have a Mac (which you probably want if you are going to do any iPad development) -- the Mac comes with Apache already installed -- you just have to turn in on, step by step instruction here:

http://oreilly.com/pub/ct/49[^]

If you want Apache + PHP, then that's there to:

http://www.phpied.com/installing-php-and-apache-on-mac-osx-that-was-pretty-easy/[^]

You can use that to serve as your web host over your local WiFi for testing and development.

Depends on what equipment you have, and what sort of environment you want to write the host side in, but you can essentially do the same thing with a pc (I don't have a handy link for that, but if you Google there are probably plenty of tutorials).
 
Share this answer
 
Comments
jason_borne21 27-Jul-11 14:14pm    
Hi,

I am not using a Mac, but thanks for your reply..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900