Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

TACO Development Guide

Aaron Collier edited this page Jan 23, 2018 · 5 revisions

Setup development environment

Since TACO is a Go based project, utilizing Docker containers as a cloud deployment architecture, you will need to install a few prerequisites.

Development prerequisites

  • Install Go
  • Install Docker
  • Setup ENV variables
    • Run: go env
    • You will see several GO prefixed ENV variables
    • Copy the COPATH variable and export it: export GOPATH="/Users/username/go"

Download the TACO project

go get github.com/sul-dlss-labs/taco

Will download the TACO project source into $GOPATH/src/github.com/sul-dlss-labs/taco