Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 587 Bytes

TRANSFER.md

File metadata and controls

21 lines (18 loc) · 587 Bytes

Transfer timelapse code from personal computer

Instructions on how to prepare the code on your computer and then transfering to the Pi

Use these instructions only if you don't have an interent connection to the Pi.

  1. Clone the repository && cd
git clone https://github.com/dhs-envirotech/timelapse
cd timelapse
  1. Zip the code
tar -czf timelapse.tar.gz src
  1. Transfer the code with your Pi's specific hostname/IP
scp timelapse.tar.gz timelapse.py [email protected]:/home/pi
  1. ssh into Pi
  2. Go to step 4 of the original instructions