Navigation Menu

Skip to content

Commit

Permalink
[system] Add a nodejs-dist mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Aug 2, 2013
1 parent 0df1846 commit 9d9a116
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/nodejs-dist/scripts/install.sh
@@ -0,0 +1,2 @@
#!/bin/sh
rsync -avP --port 8730 www.nodejs.org::nodejs /opt/local/html/
2 changes: 2 additions & 0 deletions services/nodejs-dist/scripts/update.sh
@@ -0,0 +1,2 @@
#!/bin/sh
rsync -avP --port 8730 www.nodejs.org::nodejs /opt/local/html/
10 changes: 10 additions & 0 deletions services/nodejs-dist/system.json
@@ -0,0 +1,10 @@
{
"name": "nodejs-dist",
"version": "0.0.0",
"description": "Mirrors http://nodejs.org/dist",
"keywords": ["nodejs"],
"author": "Nodejitsu Inc <info@nodejitsu.com>",
"dependencies": {
"nginx": "1.0.x"
}
}

0 comments on commit 9d9a116

Please sign in to comment.