cookbook 'nodejs', '= 0.4.0'
nodejs
(62) Versions
0.4.0
-
-
10.1.18
-
10.1.17
-
10.1.16
-
10.1.15
-
10.1.14
-
10.1.13
-
10.1.12
-
10.1.11
-
10.1.10
-
10.1.9
-
10.1.8
-
10.1.7
-
10.1.6
-
10.1.5
-
10.1.4
-
10.1.3
-
10.1.2
-
10.1.1
-
10.1.0
-
10.0.1
-
10.0.0
-
9.0.2
-
9.0.1
-
9.0.0
-
8.0.0
-
7.3.3
-
7.3.2
-
7.3.1
-
7.3.0
-
7.2.0
-
7.1.0
-
7.0.1
-
7.0.0
-
6.0.0
-
5.0.0
-
4.0.0
-
3.0.0
-
2.4.4
-
2.4.2
-
2.4.0
-
2.3.2
-
2.3.0
-
2.2.0
-
2.1.0
-
2.0.0
-
1.3.0
-
1.1.2
-
1.1.1
-
1.1.0
-
1.0.4
-
1.0.2
-
1.0.1
-
0.6.11
-
0.6.8
-
0.6.5
-
0.6.0
-
0.5.1
-
0.5.0
-
0.4.1
-
0.4.0
-
0.2.0
-
0.1.1
Follow271
- 10.1.18
- 10.1.17
- 10.1.16
- 10.1.15
- 10.1.14
- 10.1.13
- 10.1.12
- 10.1.11
- 10.1.10
- 10.1.9
- 10.1.8
- 10.1.7
- 10.1.6
- 10.1.5
- 10.1.4
- 10.1.3
- 10.1.2
- 10.1.1
- 10.1.0
- 10.0.1
- 10.0.0
- 9.0.2
- 9.0.1
- 9.0.0
- 8.0.0
- 7.3.3
- 7.3.2
- 7.3.1
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.1
- 7.0.0
- 6.0.0
- 5.0.0
- 4.0.0
- 3.0.0
- 2.4.4
- 2.4.2
- 2.4.0
- 2.3.2
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.3.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.2
- 1.0.1
- 0.6.11
- 0.6.8
- 0.6.5
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.1
- 0.4.0
- 0.2.0
- 0.1.1
Installs/Configures node.js
cookbook 'nodejs', '= 0.4.0', :supermarket
knife supermarket install nodejs
knife supermarket download nodejs
= DESCRIPTION:
Installs Node.JS from source.
= REQUIREMENTS:
== Platform:
Tested on Debian Lenny. Should work fine on Ubuntu, Centos, etc.
== Cookbooks:
Opscode cookbooks (http://github.com/opscode/cookbooks/tree/master)
* build-essential
= ATTRIBUTES:
* nodejs[:version] - release version of node to install
* nodejs[:dir] - location where node will be installed, default /usr/local
* nodejs[:npm] - version of npm to install
= USAGE:
Include the nodejs recipe to install node from source on your system:
include_recipe "nodejs"
Include the npm recipe to install npm:
include_recipe "nodejs::npm"
= LICENSE and AUTHOR:
Author:: Marius Ducea (marius@promethost.com)
Copyright:: 2010, Promet Solutions
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.