Skip to content

Instantly share code, notes, and snippets.

@lhilton
Last active September 27, 2019 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lhilton/dd75f86dae32e4b33ba3b08950321b49 to your computer and use it in GitHub Desktop.
Save lhilton/dd75f86dae32e4b33ba3b08950321b49 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone git@github.com:lhilton/MightyBill-api.git /sites/mightybill-api.test
cd /sites/mightybill-api.test
cp env.local .env
composer install
php artisan migrate
php artisan db:seed
git clone git@github.com:lhilton/MightyBill.git /sites/mightybill.test
cd /sites/mightybill.test
yarn install
yarn build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment