-
Notifications
You must be signed in to change notification settings - Fork 131
Insteon Installation
- Important Note**:
Below is a quick summary of what I had to do on a linux/debian system to install mh from svn, based off the official instructions, which is a better place to start from than the main web/man page (that page is really good to read later, especially when you start programming within mh). Another page you may like is Getting to Know mh, although hopefully the quick instructions below will get you going. You can skip this section if you already have mh running and you're just adding Insteon.
I downloaded the source from svn in ///var/local/src/misterhouse/mh-svn// and then, I did //ln -s mh-svn mh// This lets you have multiple versions of MH and select with a symlink what ///var/local/src/misterhouse/mh// is going to point to.
If you'd like, you can have those on your own server docs like this (under bash):
code
ln -s /var/local/src/misterhouse/mh /var/www/html/mhdocs
gargamel:/var/www/html/mhdocs# for i in *.pod; do pod2html
- If apt-file is not on your system you may need to install it. (Debian and its derivatives - apt-get install apt-file )
- It's not part of Cent OS, Fedora or Red Hat