Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 276 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 276 Bytes

Vagrant setup

From project root:

  • vagrant up && vagrant ssh

Inside vagrant:

hab origin key generate <your-origin-name>
curl https://sh.rustup.rs -sS | sh -s -- -y
source ~/.cargo/env
cd habitat
make build-bin build-srv

sudo -E make bldr-run-no-build