Installing and Configuring Run

Run is an application that is pretty straightforward to set up and use. The installation and configuration of Run can be done in three simple steps:

  1. Configure Run.
  2. Copy Run files to any web server public directory.
  3. Create Run database and tables.

NOTE: If you are already using Run and just want to upgrade to a newer version please read the Upgrading Run section.

Configure Run

Before you do anything, go to directory within Run-VersionNumber (for example, Run-0.8) directory called system. There you will find file configuration.php. Open that file in any text editor and make the relevant changes. Detailed instructions on what to do where, are in the file itself, but here's the rundown of a few general configuration conventions and what you'll be setting up:

Copy Run Files to Any Web Server Public Directory

When your server meets all of the software conditions and after you have made all neccessary changes to the system/configuration.php file, copy the contents of the Run-VersionNumber (for example, Run-0.8) directory to a directory that you can access with your web browser.

Create Run database and tables

You'll have to set at least one more important thing before you start using Run: create MySQL database and tables.

First time Run users

If you are using Run for the first time, read this.