Skip to content

Commit

Permalink
add in node to the super package
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Machi committed Jul 16, 2010
1 parent 13d5c5b commit 32709c3
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Expand Up @@ -52,3 +52,6 @@
[submodule "template"]
path = template
url = http://github.com/kriszyp/persevere-template.git
[submodule "packages/node"]
path = packages/node
url = http://github.com/ry/node.git
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -7,3 +7,17 @@ Clone this repository and initialize any submodules:
Update any sumbodules:

git submodule foreach 'git submodule update'

To Run off of narwhal:

./bin/persvr example


To build nodejs:

-- compile node first: cd packages/node && ./configure && make && cd ../../

To run with nodejs:

./bin/node-persvr example

2 changes: 1 addition & 1 deletion bin/node-persvr
Expand Up @@ -6,4 +6,4 @@ cd "$1" || {
echo "ERROR: Unable to change directory to \"$1\", exiting..."
exit -1
}
$SELF_PATH/node $SELF_PATH/../packages/nodules/lib/nodules.js
$SELF_PATH/../packages/node/build/default/node $SELF_PATH/../packages/nodules/lib/nodules.js
1 change: 1 addition & 0 deletions packages/node
Submodule node added at dcd41c

0 comments on commit 32709c3

Please sign in to comment.