Skip to content

Latest commit

 

History

History
executable file
·
63 lines (50 loc) · 1.82 KB

README.md

File metadata and controls

executable file
·
63 lines (50 loc) · 1.82 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