mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-14 02:27:02 +02:00
7 lines
204 B
Bash
7 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
|