Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BreizhBeans/InTheMood4Life
Geek against mood disorders
https://github.com/BreizhBeans/InTheMood4Life
Last synced: 4 days ago
JSON representation
Geek against mood disorders
- Host: GitHub
- URL: https://github.com/BreizhBeans/InTheMood4Life
- Owner: BreizhBeans
- Created: 2017-01-11T07:25:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-06T13:33:16.000Z (about 5 years ago)
- Last Synced: 2024-08-01T13:33:11.505Z (3 months 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/.sshTest 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