update REAMDE.md for run application

This commit is contained in:
ylzheng
2015-08-19 22:26:19 +08:00
parent 6558e73e2a
commit f91a930cc8
+8 -1
View File
@@ -27,7 +27,14 @@ rake db:migrate
```
rails s
#运行 sidekiq, 在项目跟目录下:
#运行 sidekiq, 在项目跟目录下:
bundle exec sidekiq -C config/sidekiq.yml
```
or
```
bundle exec puma -t 5:5 -p 3000
bundle exec sidekiq -C config/sidekiq.yml
```