mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
10 lines
103 B
Bash
Executable file
10 lines
103 B
Bash
Executable file
#!/bin/bash
|
|
|
|
bundle install
|
|
|
|
rm -rf tmp/cache/file_store
|
|
|
|
rake db:create
|
|
rake db:migrate
|
|
rake db:seed
|
|
|