summarylogtreecommitdiffstats
path: root/httpjs.install
diff options
context:
space:
mode:
Diffstat (limited to 'httpjs.install')
-rw-r--r--httpjs.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/httpjs.install b/httpjs.install
new file mode 100644
index 000000000000..a9f4178ae609
--- /dev/null
+++ b/httpjs.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "Installing dependencies..."
+ npm install -g stream-buffers@3.0.0 \
+ fastcgi-parser@0.1.x \
+ mmmagic@0.4.1 \
+ spdy@3.0.0 \
+ js-yaml@3.4.6
+ echo "You can run HTTPjs with httpjs command."
+}