Blame SOURCES/README

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