Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live
| [ | |
| { | |
| "name": "Powerbottom", | |
| "author": "Mike Terhar" | |
| }, | |
| [ | |
| { | |
| "c": "#19a638", | |
| "t": "#000000\n\n\n\n#000000\n\n\n\n\n#076f91", | |
| "fa": [ |
| [ | |
| { | |
| "name": "MJT HHKB" | |
| }, | |
| [ | |
| { | |
| "c": "#CCCCCC", | |
| "t": "#000000\n\n\n#6b7bff\n\n\n\n\n\n#c74848", | |
| "p": "DCS R1", | |
| "fa": [ |
| [ | |
| { | |
| "name": "MJT Minivan - NumSym" | |
| }, | |
| [ | |
| { | |
| "c": "#009421", | |
| "a": 0, | |
| "f": 4, | |
| "fa": [ |
| [ | |
| { | |
| "name": "ZooKeyNi16" | |
| }, | |
| [ | |
| { | |
| "a": 7 | |
| }, | |
| "Tab", | |
| "Q", |
| #!/bin/bash | |
| # STATUS A/O 2016 02 14: tested, works | |
| # based on https://barclaysapps.wordpress.com/2014/07/06/openalpr-install-for-rpi-and-udoo-and-tre-and-yun/ , | |
| # http://lukagabric.com/raspberry-pi-license-plate-recognition/, and updated for new packages. | |
| # there are other random notes and googled pages that also informed this tutorial whihc may not be specifically referenced. | |
| #This is not optimized for space or whatever, but does work. well, not as of 2016 01 03 but working to fix that) | |
| # discussion is at https://groups.google.com/forum/#!topic/openalpr/-vckIsPe618: please contribute if you can, and ask questions if you # # have them | |
| # thanks to Timis for tips and hints... |