Skip to content

operandom/ipaserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPA Server

A Node.js module to install over-the-air iOS applications. It's actually just made for my personal use, so it's just tested on W8.1 and works for me. IT'S CLEARLY NOT MADE FOR PRODUCTION.

![web preview] (https://raw.github.com/operandom/ipaserver/master/assets/webview.jpg)

Getting Started

Install the module with: npm install -g ipaserver

Documentation

Be careful with the depth of the recursing search, it's not optimized and can use a lot of memory.

$ ipaserver [-p port] [-a address] [-d depthRecursing] [/path/to/IPAs/folder]

Examples

Default usage (Launch server on your first ip4 address found and on the port 3000)

/your/path/to/IPAs/folder:$ ipaserver

Or where you want:

$ ipaserver -p 80 -a 192.168.0.1 -d 4 /path/to/IPAs/folder

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Valéry Herlaud. Licensed under the MIT license.

About

A Node.js module to install over-the-air iOS applications.

Resources

Stars

Watchers

Forks

Packages

No packages published