svn co https://ortro.svn.sourceforge.net/svnroot/ortro ortro
$ cd ortro/tools
To create the ortro-full package:
$ php create_package.php --ortro-full
To create the ortro-core package:
$ php create_package.php --ortro-core
To create all plugin packages:
$ php create_package.php --plugins
To create a specific plugin package:
$ php create_package.php --plugins=general_custom_script
where the –plugins value is: [category]_[plugin name]
See Install Ortro
Enjoy!!!