Blame SOURCES/README

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