https://github.com/BreizhBeans/InTheMood4Life
Geek against mood disorders
https://github.com/BreizhBeans/InTheMood4Life
Last synced: over 1 year ago
JSON representation
Geek against mood disorders
- Host: GitHub
- URL: https://github.com/BreizhBeans/InTheMood4Life
- Owner: BreizhBeans
- Created: 2017-01-11T07:25:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T13:33:16.000Z (almost 7 years ago)
- Last Synced: 2024-11-04T18:45:56.839Z (over 1 year ago)
- Language: Groovy
- Size: 770 KB
- Stars: 23
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - BreizhBeans/InTheMood4Life - Geek against mood disorders (Groovy)
README
# InTheMoodForLife Installation guide
## PI image flash & downloads
Download the latest [Raspbian Jessie lite image](https://downloads.raspberrypi.org/raspbian_lite_latest) and write it with dd
sudo dd if=2017-01-11-raspbian-jessie-lite.img of=/dev/(your sdname ex sdb)
## Enable root login with a ssh Key
sudo su -
mkdir /root/.ssh
echo "" > /root/.ssh/authorized_keys
chmod -R 700 /root/.ssh
Test if root@ works.
thats all folks, all the next things will be done via ansible
## System config
Disable password authentication, update packages, install VIM, Java8 JDK and delete historical PI account
ansible-playbook -i hosts -u root playbook/systemconfig.yml
## Warp10 install
ansible-playbook -i hosts -u root playbook/warp10.yml
## Start / Stop
Warp10 starts and stops on boot