Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 368 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 368 Bytes

Current build process: #Software install sudo yum install golang

#Setup source mkdir -p $HOME/go/src/redhat.com/consulting cd $HOME/go/src/redhat.com/consulting git clone https://github.com/tristianc/stager.git

#Setup dependencies tar xf ~/Downloads/stager_deps.tar.gz -C $HOME/go/src

#Build cd cd $HOME/go/src/redhat.com/consulting/stager go build

#Run ./stager