Dieses Blog durchsuchen

Donnerstag, 18. August 2016

codeception: install on ubuntu 16.04

Today we want to give codeception a try. The installation is pretty simple

Prerequisits

composer. If you do not have composer installed, you can do it >>here<<

php >5.3 with mbstring enabled

Install codeception

create a folder "/var/www/html/codeception"

open a terminal and type:
$ composer require codeception/codeception

Add codeception to your terminal
$ sed -i "$ aalias codeception='/var/www/html/codeception/vendor/bin/codecept'" ~/.bashrc

Reload bash
. ~/.profile


That's pretty much it. Now you can use it.

Type "codeception" to get all options

Keine Kommentare:

Kommentar veröffentlichen