view local website on ipad

Permalink
Hi, One of my clients is going overseas and would like to download the entire website onto his ipad so he can go through it with clients.

I thought it would be straightforward and I could set up a local environment with MAMP on his ipad.

Unfortunately MAMP doesn't run on the ipad.

Is there another way to download the entire website and view it locally on the ipad or does anyone know other alternatives to doing this?

Nige

nige
 
jordanlev replied on at Permalink Reply
jordanlev
I don't think this is possible. First of all, you can't run a web server on the iPad. Most browsers have a "save page" option that saves a page's html and all stylesheets and images with it so you could do that for each individual page in the site (but note that you'd be looking at "static" versions of those -- forms wouldn't work for example).
But I don't know if there's a way to view these saved web files on an iPad (could try searching the app store for something along the lines of "offline website viewer" though).

Another option is serving your local site through to a publicly-accessible address with one of these services:
http://showoff.io/
http://pagekite.net/
Mnkras replied on at Permalink Reply
Mnkras
If the iPad is jailbroken you can run an apache webserver, not sure if php would run though, but im with Jordan,
12345j replied on at Permalink Reply
12345j
yeah you can get some php stuff working for jailbroken ipods/iphones/ipads, but I've never gotten mysql to work.
nige replied on at Permalink Reply
nige
OK this ipad business seems a bit limiting.

So if I save my pages down through my browser then the ipad user can't view these pages in safari without some sort of "offline web viewer".

This is a bit slack isn't it?

Nige
12345j replied on at Permalink Reply
12345j
jailbreak and you can do more- but this is apple you know.
jasteele12 replied on at Permalink Reply
jasteele12
You could grab a static copy of the entire site by using

http://www.httrack.com/

and saving it to a USB flash drive.

There are versions that run on Win/*nix/OSX, but you don't need the software to view the content.

The clients could then view it on any computer over there with a decent browser. Personally I like to have a much larger viewing area doing that sort of thing.
nige replied on at Permalink Reply
nige