mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
12 lines
137 B
Bash
Executable file
12 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
|
|
bundle install
|
|
|
|
rm -rf tmp/cache*
|
|
|
|
export Z_LOCALES='en-us:de-de'
|
|
|
|
rake db:drop
|
|
rake db:create
|
|
rake db:migrate
|
|
rake db:seed
|