mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-04-26 05:55:17 +08:00
11 lines
295 B
Bash
Executable File
11 lines
295 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source ./script/setup_base.sh
|
|
|
|
# Development environment
|
|
cp config/database.example.yml config/database.yml
|
|
cp config/secrets.example.yml config/secrets.yml
|
|
cp config/config.example.yml config/config.yml
|
|
bundle install --path .bundle
|
|
bundle exec rake db:create:all db:setup
|