Skip to content

Latest commit

 

History

History
executable file
·
65 lines (52 loc) · 1.95 KB

README.md

File metadata and controls

executable file
·
65 lines (52 loc) · 1.95 KB

Go Workflow

Data Interchange Web

Data Interchange is a Network Application Programming Interface Development Platform

Features

Build

Build Web Server

git clone

GOOS=linux GOARCH=amd64 go build -o ./binary/htdinet ./source/main.go

Install Web Server

echo 'export PATH="$PATH:/usr/local/bin/htdinet"' >> ~/.bashrc && sudo echo 'export PATH="$PATH:/usr/local/bin/htdinet"' >> /etc/skel/.bashrc