This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.

The Homey Community has been moved to https://community.athom.com.

This forum is now read-only for archive purposes.

[HOW TO] CLI install method

HansieNLHansieNL Member
edited February 2017 in Apps
Check Node.js version on Homey:
Settings - System - Show Stuff for geeks - node_version

Install Node.js:
Download Node.js (Homey's version) from https://nodejs.org/en/ and install it on your PC.

Download App.ZIP from GitHub (https://github.com/...)  to your PC:
Click "Download ZIP"

Unpack ZIP:
Unpack App.ZIP on your PC

Open Node.js command prompt, and install the athom-cli tools:
npm install -g athom-cli

On the command prompt, log in to your Homey:
athom login

Navigate to the 'root' folder of the App on your PC

For running project:
athom project --run

For installing project:
athom project --install

For selecting Homey:
athom homey --select
athom homey --unselect

Comments

Sign In or Register to comment.