-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AJ ONeal
committed
Apr 26, 2013
1 parent
15a8ec8
commit b504027
Showing
1 changed file
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,20 @@ | ||
Hello Node | ||
=== | ||
|
||
This is an example application which installs node and a node app. | ||
This is an example application I created to demonstrate how to install node and a node app. | ||
|
||
* OS X | ||
* Windows | ||
* Ubuntu | ||
* Source | ||
|
||
Access at <http://localhost:5566> | ||
Once installed, you can access the app at <http://localhost:5566>. | ||
It tests for file read / write and directory create permissions and tests for internet connectivity. | ||
|
||
Documentation | ||
=== | ||
|
||
* Apple Mac OS X | ||
* [How to create an OS X pkg installer](http://blog.coolaj86.com/articles/how-to-create-an-osx-pkg-installer.html) | ||
* [How to create an OSX (pkg) installer (for NodeJS apps)](how-to-create-an-osx-pkg-installer.html) | ||
* [How to create a Windows (InnoSetup exe) installer (for NodeJS apps)](how-to-create-an-innosetup-installer.html) | ||
* [How to unpackage and repackage an OS X pkg installer](http://blog.coolaj86.com/articles/how-to-unpackage-and-repackage-pkg-osx.html) | ||
* Ubuntu Linux | ||
* [How to create an Ubuntu (deb) installer (for NodeJS apps)](how-to-create-a-debian-installer.html) | ||
* Microsoft Windows | ||
* [How to Create an InnoSetup Installer](http://blog.coolaj86.com/articles/how-to-create-an-innosetup-installer.html) | ||
* [How to create a Windows (InnoSetup exe) installer (for NodeJS apps)](how-to-create-an-innosetup-installer.html) | ||
* [How to unpackage and repackage an InnoSetup exue](http://blog.coolaj86.com/articles/how-to-unpackage-and-repackage-an-innosetup-exe.html) | ||
* Other / Source | ||
installable |