How can GitLab creat satellites automatically?
Created by: ZhangBowen
version of GitLab is 5.1.0 e36372ef I need to run
bundle exec rake gitlab:satellites:create RAILS_ENV=production
after create a new project. Otherwise I will get a 500 error when I try to change file content via web browser ,as satellite is not exist.How can I do this automatically?