Skip to content
Dmytro Samchuk edited this page Nov 27, 2015 · 1 revision

To overview result of executing source files, you need to deploy these on your pc/cloud platform.

Requirements:

  • PHP 5.4 or above
  • Web-server (like Apache HTTP Server)
  • composer

After deployment, you need to execute command $ composer install to download composer source files into your project.

That's all. You can view the results by running GET request like this:

localhost/index.php?chapter={number}&topic={Name}[&{additional_parameter1}[&{additional_parameter2}]]

where:

  • {number} - is a number of chapter (8, 9, 10 ...)
  • {Name} - Name of subproduct (!concider that it must be valid folder name of sourse code)
  • {additional_parameter1}, {additional_parameter2} - special parameters. You could find these at specific index.php files within subproduct directory name like Organizer/index.php etc.
Clone this wiki locally