description |
---|
How to setup Opensolar locally |
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
- A good understanding of what opensolar is
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
go get -v ./... ; go build
You should be able to run opensolar locally if you have a local / remove openx configured.