This space is archived

For current information please use the current ExamSys documentation

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

It is possible to run Rogo on Windows using IIS

Prerequisites

  1. You must have the World Wide Web Services and Web Management Tools enabled via Windows features

  2. It is recommended you have the Microsoft Web Platform Installer

  3. Install PHP manager

  4. Install MySQL

  5. Have a local Rogo git repository with the develop branch checked out

Using the Web platform installer install the following:

  1. PHP (Any versions you wish you wish to test Rogo with)

  2. URL Rewrite

Setup web server

  1. Open the Internet Information Services (IIS) Manager tool

  2. Right click on the Default Web Site and select Add Virtual Directory

  3. Enter an alias (for example rogo) and set the physical path to be the directory your local Rogo repository

  4. Select the rogo directory that will not be showing up and open the PHP Manager

  5. Ensure that the version of PHP you need for Rogo is selected

  6. Configure error reporting to be Development machine

  7. Ensure that the extensions that Rogo requires are enabled

XDebug

Download and install xdebug for the version of PHP you are using.

Manually edit your php.ini file to add the configuration for xdebug

[XDEBUG]
zend_extension=php_xdebug-you.version.details.dll
xdebug.remote_enable=on
xdebug.xdebug.remote_port=9000
xdebug.remote_host=localhost
xdebug.remote_autostart=off

Install Rogo

  • No labels