This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Nov 09 09:13:05 -0800 2009 | |
| |
.htaccess | Wed Nov 11 13:48:27 -0800 2009 | |
| |
LICENSE | Thu Apr 23 08:59:30 -0700 2009 | |
| |
README | Fri Aug 28 07:29:26 -0700 2009 | |
| |
config/ | Wed Nov 11 13:48:27 -0800 2009 | |
| |
content/ | Wed Nov 11 13:48:27 -0800 2009 | |
| |
css/ | Tue Oct 06 12:02:38 -0700 2009 | |
| |
images/ | Thu Aug 27 10:04:43 -0700 2009 | |
| |
inc/ | Wed Nov 11 13:48:27 -0800 2009 | |
| |
index.php | Wed Nov 11 13:48:27 -0800 2009 | |
| |
js/ | Wed Nov 11 13:48:27 -0800 2009 | |
| |
logic/ | Wed Nov 11 13:48:27 -0800 2009 | |
| |
scripts/ | Mon Nov 09 09:15:36 -0800 2009 |
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.







