Blame SOURCES/README

d96cb3
The %{scl_name} package provides DevAssistant 0.9 as a Software Collection.
d96cb3
For more information about Software Collections, see the scl(1) man page.
d96cb3
d96cb3
Installing the %{scl_name} Software Collection gets you DevAssistant 0.9
d96cb3
with several assistants that make it easy for you to kick-start your
d96cb3
projects using DTS 3 and the system Python interpreter.
d96cb3
d96cb3
Usage: scl enable %{scl} 'da --help'
d96cb3
d96cb3
Software Collections allow you to build and execute applications
d96cb3
which are not located in the file system root hierarchy but instead are
d96cb3
stored in an alternative location. The location is %{scl_prefix} in case
d96cb3
of the % {scl_name} Software Collection.
d96cb3
d96cb3
DevAssistant is a general purpose tool, featuring a powerful DSL used to
d96cb3
write plugins. These plugins, called assistants, can help you perform
d96cb3
various development-related tasks, such as kick-starting a project, working
d96cb3
with source code management tools and IDEs, working with remote
d96cb3
repositories, dependency installation, and more.
d96cb3
d96cb3
Assistants provided by the devassist09 Software Collection can help you set
d96cb3
up a basic structure of C, C++, Java (Maven) and Python projects. They also
d96cb3
allow you to import these projects into Eclipse shipped with DTS 3. Each
d96cb3
project you create includes basic source files and a pre-created git
d96cb3
repository.
d96cb3
d96cb3
When you want to start working with the %{scl_name} Software Collection, use
d96cb3
the scl utility to enable the scl environment. See the scl(1) man page for
d96cb3
usage.
d96cb3
d96cb3
Examples:
d96cb3
scl enable %{scl_name} 'da --help'
d96cb3
  Run DevAssistant from the %{scl_name} Software Collection.
d96cb3
d96cb3
scl enable %{scl_name} bash
d96cb3
  Run an interactive shell with the %{scl_name} Software Collection enabled.
d96cb3
d96cb3
scl enable %{scl_name} 'man da'
d96cb3
  Show man pages for the da command (shortcut for devassistant), which
d96cb3
  is a part of the %{scl_name} Software Collection.
d96cb3
d96cb3
Report any bugs to <http://bugzilla.redhat.com>.