@techytushar docker ps -a and removing containers didn't work. What worked was:λ ~* sudo netstat -nlpt |grep 6379
λ ~* sudo service redis-server stop
Also is there permanent thing for docker setup like: I can run the docker container when I get back.
like docker run -it <container-id>
Also why are we always firing these commands when we are running Origami:python manage.py runserver --noworker
python manage.py runworker
Is one for django channels and other for general server?
Also it would have been nice if we could fire 3 terminals at same time with some bash script / other configuration(not docker) ?
Hi @/all,
We’re very happy to announce that CloudCV has been selected for GSoC ’19! This is our fifth consecutive year with GSoC, and we’re looking forward to your contributions and to an exciting summer ahead! For new students, you can get started using our GSoC Ideas page http://gsoc.cloudcv.org.
Feel free to reach out to the mentors of different projects and ask them questions if you have any. Also, please carefully go through the instructions on the official GSoC page of CloudCV mentioned below:
GSoC Website Page: https://summerofcode.withgoogle.com/organizations/5709446018236416/
Happy Coding!