aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-12-31 01:01:12 -0800
committerTeddy Wing2015-12-31 01:01:12 -0800
commit64cefceb723975e2c14a80f5b53721257f038a0e (patch)
tree738fb09d48fcbae64debe2e5427ba24ca88a0d7f
parent6879ebf1875114cd81ed62d2ec4fbdbeae698956 (diff)
downloadEvernote-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.sh5
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