diff options
| author | Teddy Wing | 2015-12-31 01:01:12 -0800 |
|---|---|---|
| committer | Teddy Wing | 2015-12-31 01:01:12 -0800 |
| commit | 64cefceb723975e2c14a80f5b53721257f038a0e (patch) | |
| tree | 738fb09d48fcbae64debe2e5427ba24ca88a0d7f | |
| parent | 6879ebf1875114cd81ed62d2ec4fbdbeae698956 (diff) | |
| download | Evernote-Rails-Example-64cefceb723975e2c14a80f5b53721257f038a0e.tar.bz2 | |
Add setup.sh
A setup script that does the initialisation necessary to start using the
app.
| -rw-r--r-- | setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..20ada09 --- /dev/null +++ b/setup.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +bundle install --path vendor/bundle + +cp .env.sample .env |
