Blame SOURCES/README

b1b9bd
Package %{scl_name} provides Node.js platform delivered as a Software
b1b9bd
Collection. For more information about Software Collections,
b1b9bd
see the scl(1) man page. By installing the %{scl_name} collection,
b1b9bd
you will get the minimum working set of packages to have a working Node.js platform.
b1b9bd
b1b9bd
Usage: scl enable %{scl} 'node'
b1b9bd
b1b9bd
Software Collections allow you to build and execute applications
b1b9bd
which are not located in the filesystem root hierarchy,
b1b9bd
but are stored in an alternative location, which is %{_scl_root}
b1b9bd
in case of the %{scl_name} collection.
b1b9bd
b1b9bd
Node.js is a platform built on Chrome's JavaScript runtime
b1b9bd
for easily building fast, scalable network applications.
b1b9bd
Node.js uses an event-driven, non-blocking I/O model that
b1b9bd
makes it lightweight and efficient, perfect for data-intensive
b1b9bd
real-time applications that run across distributed devices.
b1b9bd
b1b9bd
When you want to work with the %{scl_name} collection, use the scl
b1b9bd
utility (see the scl(1) man page for usage) to enable the scl
b1b9bd
environment.
b1b9bd
b1b9bd
Examples:
b1b9bd
scl enable %{scl_name} 'command --arg'
b1b9bd
  Run a specific command with the argument --arg within the %{scl_name}
b1b9bd
  software collections environment.
b1b9bd
b1b9bd
scl enable %{scl_name} 'node'
b1b9bd
  Run node from the %{scl_name} software collection.
b1b9bd
b1b9bd
scl enable %{scl_name} bash
b1b9bd
  Run an interactive shell with the %{scl_name} software collection enabled.
b1b9bd
b1b9bd
scl enable %{scl_name} 'man node'
b1b9bd
  Show man pages for the node command, which is a part of the
b1b9bd
  %{scl_name} software collection.
b1b9bd
b1b9bd
Report bugs to <http://bugzilla.redhat.com>.