killing Wagtail server

0 votes

I just installed wagtail on linode but havn't yet deployed it. I started it with

./manage.py runserver

But got out without stopping the server and help isn't showing how to stop the server. I want to restart it on 0.0.0.0:8000. Do I just reboot linode server? All suggestions are welcome.

Jul 5, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points

edited Jul 5, 2018 by Damon Salvatore 482 views

1 answer to this question.

0 votes

Killing the wagtail server will stop it. Search the PID for your wagtail:

ps aux | grep "manage.py runserver"

You'll get a response like this:

USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
[...]
user        38  0.0  0.0      0     0 ?        S     2433   0:00 python manage.py runserver 0:8000

Then kill it by using:

# Terminate running process    
kill -9 38

Then you can restart as you want

answered Jul 5, 2018 by ajs3033
• 7,300 points

Related Questions In DevOps Tools

0 votes
1 answer

How do I kill Wagtail server?

Here is the explanation regarding the above ...READ MORE

answered Jun 25, 2018 in DevOps Tools by anonymous
659 views
0 votes
1 answer

How to deploy Liberty packaged server automatic delivery

Here is a concept regarding your query. It ...READ MORE

answered Jul 11, 2018 in DevOps Tools by Atul
• 10,240 points
578 views
0 votes
1 answer
0 votes
1 answer

login popup not working in tomcat9 when I click the server status

Try and install tomcat 8.0.41. It is ...READ MORE

answered Jul 12, 2018 in DevOps Tools by DareDev
• 6,890 points
1,386 views
0 votes
1 answer

How to connect to Vault server

You need to configure the back end ...READ MORE

answered Jul 12, 2018 in DevOps Tools by Kalgi
• 2,680 points
2,957 views
0 votes
1 answer

Error saying "client and server don't have same version (client : 1.19, server: 1.18)"

As of docker-compose 1.4 you can now ...READ MORE

answered Jul 19, 2018 in DevOps Tools by Kalgi
• 2,680 points
1,609 views
+1 vote
1 answer
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP