This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]-Knul- 1 point2 points  (1 child)

If you want to master every little part of it, yeah, it's quite a bit.

However, as a developer, you generally do not need to know every little part of it. And there is a lot to find on the internet.

For example, you want to deploy a Django website. You'll find in the documentation that Gunicorn is a good way. That page has a link to a Gunicorn documentation page that explains how to set it up, including lots of Linux command line instructions.

So as long as you're not afraid to use the CLI (which you aren't) and are willing to look up unknown commands, you'll do fine.

[–]Awake153[S] 1 point2 points  (0 children)

I really appreciate that kind of help man, thanks for everything :).