Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(747)

Side by Side Diff: README.md

Issue 813443002: Overhaul database package (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | datahopper/Makefile » ('j') | go/database/database.go » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Skia-Buildbot Repository
2 ========================
3
4 This repo contains infrastructure code for Skia.
5
6
7 Quick Start
8 ===========
9
10 Tests require a local installation of MySQL. For a Debian based distro:
11 $ sudo apt-get install mysql-client mysql-server
12
13 Then, to set up local versions of the production databases:
14 $ cd go/database
15 $ ./setup_test_db
16
17
18 Database Setup for Testing
19 ==========================
20 Tests which use the database package's testutils require you to have a MySQL
21 instance running with a database named "sk_testing" and users called
22 "readwrite" and "test_root" with appropriate permissions for sk_testing.
23 The 'setup_test_db' script in 'go/database' is included for convenience in
24 setting up this test database and user.
OLDNEW
« no previous file with comments | « no previous file | datahopper/Makefile » ('j') | go/database/database.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698