0.0.2 • Published 11 years ago

zppy_repository v0.0.2

Weekly downloads
10
License
-
Repository
github
Last release
11 years ago

This is a ZPPY Repository Server written for Node.js.
It zips the folders on the fly, as they are requested.

Modify the config.js to match the information you want.

The run port can be specified in the config.js file, or with command line argument of port=xxxx
Example: node zppy_repository.js port=3010

If a port is specified with runtime argument, it overrides the port in the config.js file

Installation Instructions

Clone this repository
Cd into zppy_repository
Run npm install
Start the server with node zppy_repository.js

Planned Updates

  • Repository Mirroring
  • Download modules as .zpp .zip or .tar.gz
  • Finish the web interface portion of the repository