Contributing¶
If you want to contribute to Metatron, you’re invited to fork the repository and open a Pull Request.
- Make sure you have Composer and Phing installed
- Clone the repository into the Serendipity web root, e.g.
git clone https://github.com/s9y/Metatron.git - Next,
cd Metatron && composer install --devto install the dependencies - You should always create a new version of the
metatron.pharPHAR archive after you finished by simply callingphing(make sure thatphar.readonly = Offin your php.ini) - To run commands from the Serendipity web root, either symlink the
metatron.pharPHAR archive or callphp Metatron/console.php [options] command [arguments]as root
If you find a bug in Metatron, please file an issue. Metatron is currently in an alpha state and should not be used on production servers! You have been warned ;)
If you have any further questions, feel free to visit the Serendipity forum.