forked from jquery/testswarm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
35 lines (19 loc) · 1.07 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
mysql DBNAME -u USER -p < useragents.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).
To run it from non-root, set contextpath = "/testswarm" (or whatever path you use).
And update the .htaccess file, use RewriteBase /testswarm/
Test if /testswarm/login loads, if not, put some jibberish into the .htaccess file to see if its getting loaded. If not, make sure AllowOverride is set to All (at least not to None) in your main Apache config.
LICENSE
See LICENSE for more information.