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

Unified Diff: experimental/webtry/setup/continue_install

Issue 235373002: Add design for sql storage, implementation of db that stores the data, not retrieving yet. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove exe Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webtry/TODO.md ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/setup/continue_install
diff --git a/experimental/webtry/setup/continue_install b/experimental/webtry/setup/continue_install
index 0db794b13dd0b5e2739b312b9933920907a52d4b..be3c005a097f3cfd14711cad93f2576a919e3e8f 100755
--- a/experimental/webtry/setup/continue_install
+++ b/experimental/webtry/setup/continue_install
@@ -24,6 +24,9 @@ else
tar -xzf go1.2.1.linux-amd64.tar.gz
fi
export GOROOT=$HOME/go
+mkdir=$HOME/golib
+export GOPATH=$HOME/golib
+
export PATH=$PATH:$GOROOT/bin
mkdir /home/webtry/cache
@@ -53,4 +56,5 @@ ninja -C out/Debug webtry
cd experimental/webtry
+go get github.com/go-sql-driver/mysql
go build webtry.go
« no previous file with comments | « experimental/webtry/TODO.md ('k') | experimental/webtry/webtry.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698