floeit / floe-build

A simple folder to set up the go environment and folder structure to build your own floe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

floe-build

A simple folder to set up the go environment and folder structure to build your own floe

Quick start

To set up a localised self contained go development environment

Clone this repo (or your fork) locally, then make create and build e.g.

git@github.com:floeit/floe-build.git
cd floe-build
make create
make build

and run it...

bin/workflow-agent

Now point your browser at:

http://localhost:3000/build

About

A simple folder to set up the go environment and folder structure to build your own floe

License:MIT License


Languages

Language:Makefile 94.9%Language:Shell 5.1%