为了让我的网站在网络服务器上运行,我必须使用以下命令手动登录:
ssh IP
add password
cd chn
source bin/activate
cd chn
python3 manage.py runserver IP:80
就是这样!我如何才能在后台运行所有这些过程?
PS。我认为服务器在Linux / Ubuntu14.0上运行。如果我把&
放在每一行的末尾,我会在我的终端看到它们,但我担心它会停止所有,当我关闭我的mac / termina等时。
root@localhost:~# ps aux | grep 1373
root 30873 0.0 0.0 11724 680 pts/1 S+ 14:35 0:00 grep --color=auto 1373
root@localhost:~# ps aux | grep 30827
root 30875 0.0 0.0 11724 676 pts/1 S+ 14:36 0:00 grep --color=auto 30827
root@localhost:~# ps aux | grep 30835
root 30835 0.2 3.0 100644 31024 pts/0 S 14:33 0:00 python3 manage.py runserver IP:80
root 30877 0.0 0.0 11724 676 pts/1 S+ 14:36 0:00 grep --color=auto 30835
谢谢!
答案 0 :(得分:0)
它可以使用此命令Nohup python3 manage.py runserver 5.83.45.64:80 &