mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-05 23:11:27 -05:00
6 lines
204 B
Bash
6 lines
204 B
Bash
echo "==> installing bundler and middleman"
|
|
gem install bundler middleman --no-ri --no-rdoc
|
|
echo "==> installing ruby dependencies"
|
|
bundle
|
|
echo "==> installing node dependencies"
|
|
cd assets && npm install
|