mirror of
https://github.com/zhigang1992/tsemple.git
synced 2026-01-12 22:53:00 +08:00
11 lines
280 B
Bash
Executable File
11 lines
280 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
|
|
bundle exec rake db:create:all db:setup
|