Download the PHP package creativestyle/magesuite-build without Composer
On this page you can find all versions of the php package creativestyle/magesuite-build. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download creativestyle/magesuite-build
More information about creativestyle/magesuite-build
Files in creativestyle/magesuite-build
Download creativestyle/magesuite-build
More information about creativestyle/magesuite-build
Files in creativestyle/magesuite-build
Vendor creativestyle
Package magesuite-build
Short Description Build automation for MageSuite
License
Package magesuite-build
Short Description Build automation for MageSuite
License
Please rate this library. Is it a good library?
Informations about the package magesuite-build
Build package for MageSuite projects
Contains phing automation for running builds of projects.
The docker container used for running the tests can be found on our GitHub and Docker Hub.
Documentation
Prerequisites
Following software has to be installed on host machine in order for all functions to work properly.
What does the build do
- composer update
- build selected frontend themes
- run all tests
build.xml
Before build can be executed build.xml
file must be created and placed in main directory.
It must contain basic configuration that consists of:
- project name
- docker container name for running unit and integration tests
- comma separated list of all themes that should be built
Placeholders should be replaced with:
{{PROJECT_NAME}}
- name of a project, example:toys-shop
{{PROJECT_THEMES_NAMES}}
- comma separated list of names of all custom themes that should be built, contained invendor/creativestyle
directory. Name must be provided withouttheme-
prefix, forvendor/creativestyle/theme-toys-shop
placeholder value will becometoys-shop
Running build
In order to run build execute following commands:
All versions of magesuite-build with dependencies
PHP Build Version
Package Version
No informations.
The package creativestyle/magesuite-build contains the following files
Loading the files please wait ....