Blame SOURCES/README

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