Skip to content
This repository was archived by the owner on Nov 24, 2020. It is now read-only.

Commit 3441cc9

Browse files
committed
add dashboard readme
1 parent e028a3a commit 3441cc9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

bootstrap/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Bootstrap scripts
2+
3+
This subrepo contains bootstrap scripts for openx and opensolar
4+
5+
- `setup.sh` downloads and sets up openx and opensolar
6+
- `platform.sh` is a helper script for allowing opensolar and openx to communicate
7+
- `dashboard.sh` sets up the openx dashboard, a sample of which is visible at `dashboard.openx.solar`
8+
- `teller.sh` sets up the teller

bootstrap/setup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ cd ../openx/
5151
go get -v ./...
5252
mv dummyconfig.yaml config.yaml
5353
cd ../opensolar/
54-
mv dummyconfig.yaml config.yaml
54+
mv dummyconfig.yaml config.yaml
55+
cp bootstrap/platform.sh ../openx/
56+
cp opensolar ../openx/
57+
cd ../openx/
58+
chmod +x platform.sh
59+
./openx && ./platform.sh && ./opensolar

0 commit comments

Comments
 (0)