Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 705 Bytes

opensolar.md

File metadata and controls

24 lines (16 loc) · 705 Bytes
description
How to setup Opensolar locally

Opensolar

This doc assumes:

  1. You know how to use git
  2. You have the latest version of go installed locally
  3. You know how to run shell scripts
  4. You know how to debug common errors
  5. 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:

  1. Clone the Opensolar repository from https://github.com/YaleOpenLab/opensolar
  2. cd GOPATH/src/github.com/YaleOpenLab/opensolar
  3. go get -v ./... ; go build

You should be able to run opensolar locally if you have a local / remove openx configured.