OZ-TZ

Initialization

Clone the OZ-TZ repo

  git clone git@github.com:ptretyakov/oztz.git

Update folder permissions

  sudo chmod -R 0755 ./oztz

Install PHP packages with Composer package manager (if not installed)

  composer install

Rename .env.example env variables config to .env

  mv .env.example .env

Type configs on the file

  nano .env

Make DB migration

  php init.php

Run mother fucker, run

Run receiver script from root project folder

  php receiver.php

Open site

Enter "first" or "second" to the input to get success value

Enter any other value to the input to get failed value