Revert "Add ubuntu screen file (#7094)"

This reverts commit ddb87e2759.

I merged this by mistake, prefer this documentation on meta.
This commit is contained in:
Sam Saffron 2019-03-04 15:03:32 +11:00
parent ddb87e2759
commit 80767080dd
1 changed files with 0 additions and 18 deletions

View File

@ -1,18 +0,0 @@
# GNU screen configuration file for Discourse Ubuntu development
# Start up your development instance in detached mode:
# screen -d -m -c docs/ubuntu.screen
# Start in attached mode:
# screen -m -c docs/ubuntu.screen
# commands that exit hang around until you hit 'k' to kill or 'r' to restart
zombie kr
screen -t rails_s 0 bash -c 'echo Starting rails server...; cd ~/discourse; bundle exec rails s -b 0.0.0.0'
screen -t rails_c 1 bash -c 'echo Starting rails console...; cd ~/discourse; bundle exec rails c'
screen -t sidekiq 2 bash -c 'echo Starting sidekiq...; cd ~/discourse; bundle exec sidekiq -l log/sidekiq.log'
screen -t mail 3 bash -c 'echo Starting mailcatcher...; cd ~/discourse; mailcatcher --http-ip 0.0.0.0'
screen -t bash 4 bash
scrollback 50000