Iet uz failu
Simon Vieille e3dadd1dae renaming 2015-07-14 01:28:36 +02:00
app config file 2015-07-14 00:20:09 +02:00
bin Pimple 2015-07-14 00:19:31 +02:00
src/Deblan renaming 2015-07-14 01:28:36 +02:00
.gitignore Init of the app 2015-07-07 13:01:17 +02:00
LICENSE Init of the app 2015-07-07 13:01:17 +02:00
README.md README 2015-07-14 01:21:13 +02:00
composer.json Pimple 2015-07-14 00:19:31 +02:00

README.md

LiveConding Console

LiveConding Console provides a cli to list and play streams for livecoding.tv.

Examples

$ ./bin/console streams --language php --difficulty intermediate
$ ./bin/console play deblantv

Requirements

  • PHP >= 5.4
  • Composer (php)

Installation

$ git clone https://gitlab.deblan.org/deblan/livecoding-console
$ cd livecoding-console
$ composer update

Composer

Composer can maybe be downloaded from your system's repositories. Else, follow the next instructions:

Download

# With cURL
curl -sS https://getcomposer.org/installer | php

# With Wget
wget -O - -q https://getcomposer.org/installer | php

You can now use it with php composer.phar [arguments].

Executable

mv composer.phar composer
chmod +x composer

Use it with ./composer [arguments].

Install

Assuming ~/bin exists ans is in $PATH.

mv composer ~/bin

Dependencies Installation (from composer.lock)

composer install

Dependencies Update (will change composer.lock)

composer update