Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding warmroast.sh to automate starting and re-starting of WarmRoast #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MigukNamja
Copy link

@MigukNamja MigukNamja commented Sep 8, 2017

Edit the variables at the top of this warmroast.sh script to match your server. Run this script in a separate 'screen' than ServerStart.sh. To run a screen in Linux:

screen -h <history buffer> -S <screen name>

Then, type 'CTRL+a d' to detach from the screen. Use 'screen -r ' to re-attach. Use 'screen -list' to print/list the screens available.

For example:

screen -h 1024 -S warmroast
./warmroast.sh
CTRL+a d
screen -list
screen -r warmroast
# check on its status or kill it with CTRL+c
CTRL+a d

Edit the variables at the top of this warmroast.sh script to match your server. Run this scripts in a separate 'screen' than ServerStart.sh. To run a screen in Linux:

screen -h 2014 -S <screen name>

Then, type 'CTRL+a d' to detach from the screen. Use 'screen -r <screen name>' to re-attach. Use 'screen -list' to print/list the screens available.

For example:

screen -h 2014 -S warmroast
./warmroast.sh
CTRL+a d
screen -r warmroast
# check on its status or kill it with CTRL+c
CTRL+a d
@OrdinatorStouff
Copy link
Contributor

I wonder if it'd be possible instead to incorporate this into the existing sh just with maybe a config option or even better a command line switch/parameter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants