Blame SOURCES/README

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