aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
blob: 20ada09f2038fc75cde53c5268ce5d834990cace (plain)
1
2
3
4
5
#!/bin/sh

bundle install --path vendor/bundle

cp .env.sample .env