Skip to content

francisguchie/clinic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up a new machine

Things to do

  1. Istall os of choice (using debian at present)
  2. Install Chrome and get user to sign in
  3. Setup printing
  4. Optionally setup ftp server
  5. Setup syncthing for appropriate folders

Printing

  1. Copy scripts to {home}/bin
  2. Modify paths for local printers/enviornments
  3. Install printers at localhost:631 (install CUPS if not already installed)
  4. Move systemd script (change paths if necessary) to /etc/systemd/user/
  5. enable user service unit systemctl --user enable <systemd unit>
  6. start serveice systemctl --user start `

Starting mosquitto on C.H.I.P.

On startup the systemd script fails to start mosqutto. I haven't sorted this yet, but ssh'ing into chip and running

mosquitto -d

Solves the issue. Follwing this the python script needs to be started in order to start the door-chime service

systemctl start door-chime

About

Software for clinic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.4%
  • Python 23.3%
  • Shell 8.3%