Generic Extension Build Scripts v0.0.3

Afdrukken

Scripts om Joomla! extensions te kunnen bouwen.

Installatie

Ga naar de folder waar de extensie gebouwd wordt.
Dus naar ..\extensionname\02_build_process

 
git init
git config --global user.name <YOUR USERNAME>
git config --global user.email <YOUR EMAIL>
git config --global color.ui auto
git remote add origin Dit e-mailadres wordt beveiligd tegen spambots. JavaScript dient ingeschakeld te zijn om het te bekijken.:pierre-pvln/joomla-build.git
git pull origin master

Changelog

v.0.0.3 2018-09-16

  • .gitignore created and old and oud folders excluded

v.0.0.2 2018-08-21

  • FTP script filename changed to include name of the extension
  • Error handling for non existing settings files added

v.0.0.1 2018-07-24

  • Initial version

Requirements

Onderstaande folder structuur moet aanwezig zijn op hetwerkstation waar de code ontwikkeld wordt:


extensionname\00_dev_code       folder with the code for the Joomla! extension, 
                                which gets installed on the Joomla! website
             \02_build_process  folder with scripts to build the extension zipfile
                                and deploy it to the Joomla! webserver
             \04_settings       folder with settings used by scripts in 02_build_process
             \06_output         folder with the ouput files from the 02_build_process scripts
             \07_documentation  folder with documentation on the extension, the ToDo list
             \08_sources        folder with relevant information links and inspiration
                                used to create the extension

Demo

Geen demo voorhanden.

Code / Bugs

De code en bugreporting is beschikbaar op GitHub.