aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2018-02-25 18:47:23 -0500
committerAlec Warner <antarus@gentoo.org>2018-02-25 18:47:23 -0500
commit960bd8ce59712a62336e23a1c4dd5a2582ac5b65 (patch)
treefd78ff591e1234793e53d15ca520024ac5771963 /bin
parentkkuleomi/store: bump field limit. (diff)
downloadpackages-5-960bd8ce59712a62336e23a1c4dd5a2582ac5b65.tar.gz
packages-5-960bd8ce59712a62336e23a1c4dd5a2582ac5b65.tar.bz2
packages-5-960bd8ce59712a62336e23a1c4dd5a2582ac5b65.zip
Add a script to ease first-run setup.
Diffstat (limited to 'bin')
-rw-r--r--bin/first-run8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/first-run b/bin/first-run
new file mode 100644
index 0000000..dd06ce2
--- /dev/null
+++ b/bin/first-run
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+bundle install --deployment
+bundle exec rake tmp:create
+bundle exec rake assets:precompile
+bundle exec rake kkuleomi:index:init
+bundle exec rake kkuleomi:seed:all
+./update-all.sh