Blame SOURCES/README

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