6 líneas
123 B
Bash
6 líneas
123 B
Bash
#!/bin/bash
|
|
rm -f /mastodon/tmp/pids/server.pid
|
|
bundle exec sidekiq -c 25 &
|
|
node ./streaming &
|
|
bundle exec rails s -p 3000
|