Blame SOURCES/README

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