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

v2.0.0 배포 체크사항 #41

Open
3 tasks
Amenable-C opened this issue Sep 20, 2022 · 1 comment
Open
3 tasks

v2.0.0 배포 체크사항 #41

Amenable-C opened this issue Sep 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Amenable-C
Copy link
Member

Amenable-C commented Sep 20, 2022

  1. vision 호출 시 aws public dns 대신 vision.parkingpeople.app으로 호출하기
  2. nohup 대신 tmux 사용하기
  3. 사용자 로그인 및 포인트
@Amenable-C Amenable-C added the enhancement New feature or request label Sep 20, 2022
@qb20nh
Copy link
Collaborator

qb20nh commented Sep 20, 2022

nohup 대신 tmux 사용하기

https://stackoverflow.com/a/42505000/4592648

Managing multiple sessions

This can be useful if you need to run several processes in the background simultaneously. To do this effectively, each session will be given a name.

Start (and connect to) a new named session:

tmux new-session -s session_name

Detach from any session as described above: Ctrl+B, D.

List all active sessions:

tmux list-sessions

Connect to a named session:

tmux attach-session -t session_name

To kill/stop a session, you have two options. One option is to enter the exit command while connected to the session you want to kill. Another option is by using the command:

tmux kill-session -t session_name

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

No branches or pull requests

2 participants