Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A guide to setting up a Revive Adserver development environment.

 


...

Pre-Requisites

In order to carry out Revive Adserver development, you will need:

...

After checking out the Revive Adserver master branch, you will need to configure your web server webserver to ensure that you can access the Revive Adserver source code via your browser. 

...

Code Block
php composer.phar install

...

Create var/UPGRADE 

In order for the install process to be triggered, you will need to create an empty file in Revive Adserver's var  directory, called UPGRADE.

Note

The var/UPGRADE file will need to be re-created to trigger future upgrades in a development environment as well.

Install Revive Adserver

Install Revive Adserver from the master branch, using the standard web-based installation process.

...

  • Set the banner delivery cache to 0 seconds.
    • This will ensure that code changes that affect the calculation of priorities, or selection of banners for display, will be instantly visible.

 

...