mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 03:39:06 +08:00
Amended documentation to point to it from the install guide in the alternative section Removed callout from the ubuntu guide, as it is unrelated
3 lines
No EOL
151 B
Text
3 lines
No EOL
151 B
Text
web: bundle exec rails server -p $PORT
|
|
sidekiq: bundle exec sidekiq -e $RAILS_ENV
|
|
custom_web: bundle exec thin start -C config/thin.yml -e $RACK_ENV -d |