[commits] [Wiki] changed: Doc/Dev/Scripts
Jan Schneider
jan at horde.org
Fri Oct 14 15:58:25 UTC 2016
jan Fri, 14 Oct 2016 15:58:25 +0000
Modified page: https://wiki.horde.org/Doc/Dev/Scripts
New Revision: 2
Change log: Save often, save early
@@ -1,26 +1,26 @@
+ Command line scripts
This is an overview about the available command line (CLI) scripts
for developers.
-||~ Script name ||~ Git path ||~ Purpose ||
-|| horde-bootstrap || horde.git/components/bin || ||
-|| horde-components || horde.git/components/bin || ||
-|| horde-dev-create-web || horde.git/horde/bin/dev || ||
-|| horde-generate-module || horde.git/framework/bin || ||
-|| horde-git-split || horde.git/framework/bin || ||
-|| horde-rev-cmp || horde.git/framework/bin || ||
-|| horde-run-cmd || horde.git/framework/bin || ||
-|| install_dev || horde.git/framework/bin || ||
-|| install_framework || horde.git/framework/bin || ||
-|| pear_batch_install || horde.git/framework/bin || ||
-|| pear_batch_install.bat || horde.git/framework/bin || ||
-|| test_framework || horde.git/framework/bin || ||
-|| horde-build-snaps || horde-support.git/maintainer-tools || ||
-|| horde-build-website-docs.sh || horde-support.git/maintainer-tools || ||
-|| horde-ckeditor || horde-support.git/maintainer-tools || ||
-|| horde-installer-phar-create || horde-support.git/maintainer-tools || ||
-|| horde-js-compress || horde-support.git/maintainer-tools || ||
-|| horde-patch-config.sh || horde-support.git/maintainer-tools || ||
-|| horde-update-ISO3166-countries || horde-support.git/maintainer-tools || ||
-|| Vagrantfile.image_optimize || horde-support.git/maintainer-tools || ||
+||~ Script name ||~ Git path ||~ Purpose ||~ State ||
+|| horde-bootstrap || horde.git/components/bin || Bootstrapping a
Horde development environment || Unknown ||
+|| horde-components || horde.git/components/bin || Provides a set of
tools to manage Horde components (libraries and applications):
changelogs, composer package definitions, dependency detection,
distribution packaging, fetching remote docs from wiki, installation,
quality control, release management, snapshots, pear package
definitions, web docs generation || Production ||
+|| horde-dev-create-web || horde.git/horde/bin/dev || Developer
script to install a web-accessible Horde installation from git. ||
Unknown ||
+|| horde-generate-module || horde.git/framework/bin || Creates a new
application stub based on the skeleton module. || Unknown ||
+|| horde-git-split || horde.git/framework/bin || One-time script to
split our monolithic repository into separate repositories || Beta ||
+|| horde-rev-cmp || horde.git/framework/bin || Compares two files or
directory trees, ignoring common non-development changes ||
Deprecated, useful at CVS times ||
+|| horde-run-cmd || horde.git/framework/bin || Runs any command in
every component directory. Probably useful after repo split. ||
Unknown ||
+|| install_dev || horde.git/framework/bin || Installs a horde
installation in a web-accessible directory. Uses symlinks by default
so that code changes apply to both the git checkout and the running
code. || Production ||
+|| install_framework || horde.git/framework/bin || Installs framework
libraries as if installed through the PEAR installer. Called from
install_dev. || Production ||
+|| pear_batch_install || horde.git/framework/bin || Installs all or
some components through the PEAR installer. || Unknown ||
+|| pear_batch_install.bat || horde.git/framework/bin || Installs all
or some components through the PEAR installer. Windows version. ||
Unknown ||
+|| test_framework || horde.git/framework/bin || Runs all unit test
from all libraries. || Production ||
+|| horde-build-snaps || horde-support.git/maintainer-tools || || Unknown ||
+|| horde-build-website-docs.sh || horde-support.git/maintainer-tools
|| || Unknown ||
+|| horde-ckeditor || horde-support.git/maintainer-tools || || Unknown ||
+|| horde-installer-phar-create || horde-support.git/maintainer-tools
|| || Unknown ||
+|| horde-js-compress || horde-support.git/maintainer-tools || || Unknown ||
+|| horde-patch-config.sh || horde-support.git/maintainer-tools || ||
Unknown ||
+|| horde-update-ISO3166-countries ||
horde-support.git/maintainer-tools || || Unknown ||
+|| Vagrantfile.image_optimize || horde-support.git/maintainer-tools
|| || Unknown ||
More information about the commits
mailing list