Skip to content

A quick bootstrap script to build environment for using python-openzwave on Raspbian

License

Notifications You must be signed in to change notification settings

techgaun/raspbian-zwave-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

raspbian-zwave-bootstrap

A quick bootstrap script to build environment for running openzwave on Raspbian

Usage

Download and run the script as a root user

wget -q -O - https://raw.githubusercontent.com/techgaun/raspbian-zwave-bootstrap/master/bootstrap.sh | sudo bash

Information

  • A user techgaun is added to the system by default
  • The openzwave and python-openzwave is compiled at /opt/techgaun directory by default
  • Override the user by passing ZWAVE_USER envvar
  • Override the root directory by passing ROOT_DIR envvar

Example of overriding will look as:

wget -q -O - https://raw.githubusercontent.com/techgaun/raspbian-zwave-bootstrap/master/bootstrap.sh | \
  ZWAVE_USER=someuser ROOT_DIR=/opt/custompath sudo bash

About

A quick bootstrap script to build environment for using python-openzwave on Raspbian

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages