Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-nodejs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-nodejs
Commits
9d7a33bb
Commit
9d7a33bb
authored
Aug 09, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
get the paths straight
parent
5551cd72
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
nodejs.sh
.profile.d/nodejs.sh
+1
-1
compile
bin/compile
+3
-3
No files found.
.profile.d/nodejs.sh
View file @
9d7a33bb
export
PATH
=
$HOME
/bin:
$HOME
/node_modules/.bin:
$PATH
export
PATH
=
$HOME
/node/bin:
$HOME
/node_modules/.bin:
$PATH
\ No newline at end of file
\ No newline at end of file
bin/compile
View file @
9d7a33bb
...
@@ -16,13 +16,13 @@ echo "$NODE_URL" | indent
...
@@ -16,13 +16,13 @@ echo "$NODE_URL" | indent
tar_download
$NODE_URL
$BUILD_DIR
tar_download
$NODE_URL
$BUILD_DIR
status
"Moving node and npm to build directory"
status
"Moving node and npm to build directory"
mv
$BUILD_DIR
/node-v
$NODE_VERSION
-linux-x64
$BUILD_DIR
/
bin
mv
$BUILD_DIR
/node-v
$NODE_VERSION
-linux-x64
$BUILD_DIR
/
node
status
"Making node and npm executable"
status
"Making node and npm executable"
chmod
+x
$BUILD_DIR
/bin/
*
chmod
+x
$BUILD_DIR
/
node/
bin/
*
status
"Adding node and npm to the
\$
PATH"
status
"Adding node and npm to the
\$
PATH"
PATH
=
"
$BUILD_DIR
/bin:
$PATH
"
PATH
=
$PATH
:
$BUILD_DIR
/node/bin
status
"Installing dependencies with npm"
status
"Installing dependencies with npm"
cd
$BUILD_DIR
cd
$BUILD_DIR
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment