Skip to content

mtbrandy/aix-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aix-dashboard

Example web app for AIX using node.js

Installing

Download the AIX binary for the IBM SDK for Node.js from IBM developerWorks and install.

Ensure you have the GNU Standard C++ Library (libstdc++) from the Open Source Software Archive for AIX.

Clone the repository if you haven't already, and cd into it:

git clone git://github.com/mtbrandy/aix-dashboard
cd aix-dashboard

Install the NPM dependencies:

npm install

Running

Start the server on the default port (3000):

npm start

You may optionally provide the port:

PORT=<port> npm start

The server is now listening for connections. Point your browser at http://hostname:port and enjoy!

About

Example web app for AIX using node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published