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
45f6360d
Commit
45f6360d
authored
Sep 12, 2013
by
zeke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't need these vulcan build instructions any more!
parent
66fa291e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
36 deletions
+1
-36
CONTRIBUTING.md
CONTRIBUTING.md
+1
-36
No files found.
CONTRIBUTING.md
View file @
45f6360d
...
@@ -18,42 +18,6 @@ The [ddollar/test](https://github.com/ddollar/buildpack-test) buildpack runs `bi
...
@@ -18,42 +18,6 @@ The [ddollar/test](https://github.com/ddollar/buildpack-test) buildpack runs `bi
heroku build -b ddollar/test # -b can also point to a local directory
heroku build -b ddollar/test # -b can also point to a local directory
```
```
## Compiling new versions of node and npm using Vulcan
Install
[
vulcan
](
https://github.com/heroku/vulcan
)
and create your own build server. Use any
app name you want and vulcan will remember it in a
`~/.vulcan`
config file.
```
gem install vulcan
vulcan create builder-bob
```
Store your S3 credentials in
`~/.aws/`
```
mkdir -p ~/.aws
echo 'YOUR_AWS_KEY' > ~/.aws/key-nodejs.access
echo 'YOUR_AWS_SECRET' > ~/.aws/key-nodejs.secret
```
Add a credentials exporter to your
`.bash_profile`
or
`.bashrc`
```
setup_nodejs_env () {
export AWS_ID=$(cat ~/.aws/key-nodejs.access)
export AWS_SECRET=$(cat ~/.aws/key-nodejs.secret)
export S3_BUCKET="heroku-buildpack-nodejs"
}
```
Build:
```
setup_nodejs_env
support/package_nodejs <node-version>
support/package_npm <npm-version>
```
## Publishing buildpack updates
## Publishing buildpack updates
```
```
...
@@ -72,3 +36,4 @@ heroku buildpacks:publish heroku/nodejs
...
@@ -72,3 +36,4 @@ heroku buildpacks:publish heroku/nodejs
-
Run
`npm info npm version`
to find out the latest available version of npm.
-
Run
`npm info npm version`
to find out the latest available version of npm.
-
Follow
[
@nodejs
](
https://twitter.com/nodejs
)
and
[
@npmjs
](
https://twitter.com/npmjs
)
on Twitter.
-
Follow
[
@nodejs
](
https://twitter.com/nodejs
)
and
[
@npmjs
](
https://twitter.com/npmjs
)
on Twitter.
-
Find node-npm version pairings at
[
nodejs.org/dist/npm-versions.txt
](
http://nodejs.org/dist/npm-versions.txt
)
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