My favorites | Sign in
Project Logo
                
Search
for
Updated Feb 19, 2008 by rickky
Labels: Featured, Phase-Deploy
Installation  
How to get up and running quickly.

Introduction

This is a quick guide to getting up and running with WebListener. This assumes you're using a standard Linux, Apache, PHP 5 setup and wish to have WebListener set up on a URL such as http://www.example.com/weblistener/.

  1. Download into a non-web facing directory on your web server. E.g. /var/www/weblistener
  2. Add the following line to Apache config file - Alias weblistener /var/www/weblistener/htdocs
  3. Set permissions on /data and /data/cache directories to allow Apache to write to them (this is where all the cache files and historical data on your servers goes.
  4. Copy /includes/config-sample.php to /includes/config.php. Read it and fill in blanks.
  5. Set up your sites in the /data/config.xml file.

Ok, that should be it. Documentation is a bit rough and ready but it's better than nothing ;)

For those that don't read instructions...

Ok, if you're reading this it means you got an error and you didn't read the instructions. Most likely you haven't given the data file write permissions. Give it a try and if worse comes to worst you could always read the instructions!


Sign in to add a comment
Hosted by Google Code