Chromium Code Reviews| Index: README.md |
| diff --git a/README.md b/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e3a561bd1e2631ad6d18e74d19eda11a797ec40a |
| --- /dev/null |
| +++ b/README.md |
| @@ -0,0 +1,21 @@ |
| +Skia-Buildbot Repository |
| +======================== |
| + |
| +This repo contains infrastructure code for Skia. |
| + |
| + |
| +Quick Start |
| +=========== |
| + |
| +Tests will fail unless you perform the following steps: |
| +$ cd go/database |
| +$ ./setup_test_db |
| + |
| + |
| +Database Setup for Testing |
| +========================== |
| +Tests which use the database package's testutils require you to have a MySQL |
| +instance running with a database named "sk_testing" and users called |
| +"readwrite" and "test_root" with appropriate permissions for sk_testing. |
| +setup_test_db script is included in go/database for convenience in setting up |
|
jcgregorio
2014/12/19 20:27:05
The script `setup_test_db` in `go/database` is
borenet
2014/12/19 20:39:15
Done.
|
| +this test database and user. |