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.