-
Notifications
You must be signed in to change notification settings - Fork 616
Migrating to 0.7.6
slifszyc edited this page Sep 8, 2014
·
3 revisions
We have migrated Component to its 1.0.0-rc5 version, solving the problem in which the build failed due to too many requests made to the GitHub API.
Here is the Guide to Component(1).
For that, two new env variables
are required to be set on the production server.
- GITHUB_USERNAME: GitHub username for created token. (Create your token on https://github.com/settings/tokens/new)
- GITHUB_PASSWORD: GitHub token.
You can create a new token here.
For local development environment, you have to include the following entries to the ~/.netrc
file:
machine api.github.com
login <username>
password <token>
Also, node
and npm
versions have been bumped to 0.10.28
and 1.4.9
respectively.
Visit our official website - Developed by Democracia en Red and contributors from the world over!