Simple Django Deployment (part 1) - Installing Git Bash on Windows

Опубликовано: 28 Апрель 2020
на канале: Matt Segal
3,459
41

Videos for the tutorial: https://mattsegal.dev/simple-django-d...

We'll need some tools to access the server:

The "bash" shell for scripting
The "ssh" tool for logging into our web server
The "scp" tool to transfer file to our server

We need to install these tools on Windows and the fastest and easiest way I know of is to just install Git. We won't be using Git, just some of the tools that get installed with it. You can learn Git some other time. If you're using a Mac or Linux you can skip this step and open up a terminal window.