Installation - pfrommerd/insteon-terminal GitHub Wiki
Ubuntu (Tested on 14.04)
-
install ant, java jdk:
sudo apt-get install ant default-jdk
-
clone the repository:
git clone https://github.com/vastsuperking/insteon-terminal.git
-
create your custom init.py, which will be run on startup
cd insteon-terminal cp init.py.example init.py
-
edit init.py following the instructions there:
emacs -nw init.py
-
See if it compiles:
ant compile ant jar
-
Start the terminal with:
ant run
or
./insteon-terminal [-nw]
Note that if you use ./insteon-terminal, you'll have to run ant jar again after pulling/updating