public
Fork of jeresig/testswarm
Description: Distributed continuous integration testing for JavaScript.
Homepage: http://testswarm.com/
Clone URL: git://github.com/subtleGradient/testswarm.git
name age message
file .gitignore Sun Mar 08 10:49:49 -0700 2009 Added support for reading in a custom config fi... [John Resig]
file .htaccess Wed Aug 26 11:38:41 -0700 2009 Added a complete high score list. [jeresig]
file LICENSE Thu Apr 23 08:59:30 -0700 2009 Merging in a number of changes and improvements... [John Resig]
file README Fri Aug 28 07:29:26 -0700 2009 Added some notes about Apache to the INSTALL docs. [jeresig]
directory config/ Tue Oct 06 12:04:24 -0700 2009 Firefox 3.0 is sometimes reported as "Gecko 1.9... [pvande]
directory content/ Tue Nov 03 10:18:52 -0800 2009 user page: strip tags from job name, its in an ... [Administrator]
directory css/ Tue Oct 06 12:02:38 -0700 2009 replacing <br /> with bottom margin on <h3> Si... [miketaylr]
directory images/ Thu Aug 27 10:04:43 -0700 2009 Updated the Konqueror and Opera logos. [jeresig]
directory inc/ Tue Nov 03 10:19:12 -0800 2009 Modified config file path to config/config.ini [xiplias]
file index.php Tue Oct 06 11:58:58 -0700 2009 PHP: changed includes to requires, since you wa... [Olle Jonsson]
directory js/ Tue Nov 03 10:18:52 -0800 2009 run.js: error handling for garbled data, usuall... [Administrator]
directory logic/ Tue Nov 03 10:19:11 -0800 2009 Move init require to the top [xiplias]
directory scripts/ Mon Nov 09 09:15:36 -0800 2009 Simplify some git commit sha1 parsing and moder... [leto]
README
Distributed continuous integration for JavaScript.

http://testswarm.com/

DISCUSSION

The Google Group for general usage and development discussion:
http://groups.google.com/group/testswarm

INSTALLATION

1) Create a mysql database and a user who can connect and write to it.

2) Load the MySQL database.

   mysql DBNAME -u USER -p < testswarm.sql

3) Copy the ./config/config-sample.ini to ./config.ini and change the options to correspond to your MySQL database 
information.

4) Load the cronjob (changing the URL to point to your site).

   crontab < config/cronjob.txt 

5) Currently the server must be run in Apache (it uses a .htaccess file) and be within a VirtualHost (on its own domain 
or sub-domain).

LICENSE

See LICENSE for more information.