thelia / dev-tools

Set of tools used for developing Thelia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thelia dev tools

This repo is a set of tools for helping thelia developers.

##Test thelia update

Here's a bash script to help you testing the command thelia:update from 2.0.0 to the last version. It should prevent from doing a release where thelia:update crashes.

###Usage:

$ bash update_test.sh https://github.com/your/thelia your_branch db_host db_name db_username [db_password]

Create a new Thelia package

This script create a new package for a specific tag. We use it when we release a new version of Thelia

Usage

$ ./package_thelia.sh 2.0.2

About

Set of tools used for developing Thelia


Languages

Language:Shell 100.0%