Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Add the application source code

Switch to the user:

su - dev
  • By cloning:
git clone https://github.com/szabgab/python-flask-demo.git
cd python-flask-demo
virtualenv -p python3 venv3
  • By upload using scp, run the command on your desktop:
scp -r README.md root@IP:

This is just an example, you need to zip the files on your computer, scp the zip file and unzip in user dev.