...
The currently supported web servers, versions of PHP and databases are all listed on the Technical requirements for Revive Adserver page on the Revive Adserver website.
You will also need:
- The Composer dependency manager for PHP installed;
- An appropriate source code editor (e.g. a PHP IDE, with debugging capabilities), as well as a working knowledge of developing applications in PHP and JavaScript; and
- An appropriate tool Git RCS tool.
...
In the Revive Adserver master
branch, install :
- Install the Composer dependency manager for PHP; and
- Install the required dependencies for the development environment:
Code Block |
---|
php composer.phar install |
...