====== Download Ortro from SVN repository ====== svn co https://ortro.svn.sourceforge.net/svnroot/ortro ortro ====== Create Ortro package ====== $ 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] ====== Install Ortro ====== See [[how_install|Install Ortro]] Enjoy!!! :-)