(05-21-2016, 04:07 AM)Me.B Wrote: Check the docs first.
There is a lot to do so any contribution is always welcome.
Read all the docs. I am confident I understand:
- Creating a package repository
- Creating the correct folder structure for .zzp files
- Writing XML commands (XMWS) that call functions from an api endpoint
- Writing views that use templating to fetch values and interact with the controller.ext.php script
- Using the module update service
- Using hooks
- Enabling debug info
Where I need guidance is:
- how to edit my template without uploading to my server over and over so I can view my changes
- how I would begin writing a Redis module that installed Redis and add users and tables much like MySQL & phpMyAdmin
- API documentation & tutorials