Skip to content

H--o-l/Home_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Home_server

Ansible

ansible-playbook -i ansible/inventories/home_server/hosts ansible/deploy.yml

Rsync

rsync -av ~/git/Home_server/server/ hoel@192.168.1.34:/opt/server && \
ssh hoel@192.168.1.34 sudo systemctl restart server

Rsync & Flash hub

rsync -av ~/git/nRF24_hub/* hoel@192.168.1.34:nRF24_hub && \
ssh hoel@192.168.1.34 sudo systemctl stop server && \
ssh hoel@192.168.1.34 /home/hoel/.platformio/penv/bin/platformio \
run -d ~/nRF24_hub --target upload --upload-port /dev/ttyAMA0 && \
ssh hoel@192.168.1.34 sudo systemctl start server

Test fio & shield

curl -sSf 192.168.1.34:6000/fio
curl -sSf 192.168.1.34:6000/shield

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published