This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
asciinema.org
Watch
2
Star
0
Fork
0
You've already forked asciinema.org
Code
Issues
Pull Requests
Releases
Wiki
Activity
a344670d50
asciinema.org
/
script
/
setup
9 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Setup script
2012-05-05 23:53:50 +00:00
#!/bin/sh
set -e
rm -f log/*
Don't force "--binstubs" when bundling in setup script
2012-10-12 20:03:48 +00:00
bundle install
Setup script
2012-05-05 23:53:50 +00:00
bundle exec rake db:setup --trace
touch tmp/restart.txt
Reference in New Issue
Copy Permalink