Script to automatically find all installed systems on your server
** Only working with *nix right now as system command find
is required **
This small script is crawling over your server and trying to find all systems. Each System has its own worker all workers are own PHP Classes to make it pretty easy to add a system you wrote for yourself.
** Currently known systems: **
- Gallery3
- MediaWiki
- PhpMyAdmin
- Symfony 2
- TYPO3 CMS
- TYPO3 FLOW
- Wordpress
- Joomla
- Piwik
- Mantis
- MySQLDumper
- Redaxo
- WBBLite2 / 4
- Moodle
$ ./run.php [--onlySystems="..."] [--baseDir="..."] [--showExtensions]
If set not all possible systems will be used to search and displayed, but only those that are mentioned here. This value can be comma separated and contains the identifier of the runners.
This is where the search should start. At first this is .
, which means the current dir.
Lists all available Extensions with their according version
- No features are currently missing. Yeay!
Stefan Neufeind for this cool idea
The TYPO3 Community lives from your contribution!
You wrote a feature? - Start a pull request!
You found a bug? - Write an issue report!
You are in the need of a feature? - Write a feature request!
You have a problem with the usage? - Ask!