1) use the store phone (code same as alarm code) to take an instagram pic
(hold it super steady and use good light – it blurs easily)
2) in text field, type only the item number
DON’T DUPLICATE, IT WILL OVERWRITE
0555 and 555 are two different numbers
Everything else happens automagically like this:
3) instagram -> rerides dropbox via IFTTT
4) rerides dropbox -> odrive
5) odrive syncs to c:@inventory
5) ftp auto-sync application “Fling.exe” @inventory on work computer -> eastsidererides.ca/inventory/
5) eastsidererides.ca/inventory/ creates thumbnails, and is also shown in iframe on rerides.ca/inventory
elaine’s to do:
cause gallery app to ignore .css and .odrive files
restyle gallery a bit
gallery title
inventory listing
style it
preface it wordily
==============================
code for folder agent
-l [email protected] -pw pottymouth POTTYMOUTH 1705 {{ path }} host:/path/to/destination/
ftp.techdonkey.com:/home/techdonk/public_html/eastsidererides/inventory/
Automatic SFTP Upload
==============================
NOTES
replace broken images in inventory listing
htaccess file of eastsidererides.ca
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} /inventory/.*.(gif|jpg|jpeg|png)$
RewriteRule .* /images/inventory/1.jpg [L,R=200]
==========================================