Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1.48 KB

README.md

File metadata and controls

71 lines (45 loc) · 1.48 KB

SystemFinder

Script to automatically find all installed systems on your server

** Only working with *nix right now as system command find is required **

What it does

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

Usage

General Usage:
$ ./run.php [--onlySystems="..."] [--baseDir="..."] [--showExtensions]
onlySystems

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.

baseDir

This is where the search should start. At first this is ., which means the current dir.

showExtensions

Lists all available Extensions with their according version

Known Issues / Missing Features

  • No features are currently missing. Yeay!

Special Thanks

Stefan Neufeind for this cool idea

How to contribute

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!