description |
---|
How to setup the teller |
This doc assumes:
- You know how to use git
- You have the latest version of go installed locally
- You know how to run shell scripts
- You know how to debug common errors
- You have a project funded on Opensolar / your local instance of Opensolar
- A good understanding of what openx and opensolar is, and what role the teller plays in the system.
If this is not you, please refer to the appropriate documentation before following the steps in this doc.
Steps:
- Clone the Opensolar repository from https://github.com/YaleOpenLab/opensolar
cd GOPATH/src/github.com/YaleOpenLab/opensolar/teller
go get -v ./... ; go build
mv dummyconfig.yaml config.yaml
- Fill the config file with appropriate values
- Generate a local ssl certificate and place in
teller/ssl/
Alternatively,
- Download https://github.com/YaleOpenLab/opensolar/blob/master/teller.sh
- Run the script
Please note that the script in the alternate case is customised towards linux. If you're on macOS, you may need to change /usr/bin
to /usr/local/bin