Difference between revisions of "Manual Install"
From webCoRE Wiki - Web-enabled Community's own Rule Engine
Whoismoses (talk | contribs) (→Installing Source Code into SmartThings Cloud) |
|||
Line 7: | Line 7: | ||
# Click the '''New SmartApp''' button. | # Click the '''New SmartApp''' button. | ||
# Select the '''From Code''' tab. | # Select the '''From Code''' tab. | ||
− | # Copy all of the code from [https:// | + | # Copy all of the code from the [https://raw.githubusercontent.com/ady624/webCoRE/master/smartapps/ady624/webcore.src/webcore.groovy webCore.groovy] file into the box. |
# Click '''Create'''. | # Click '''Create'''. | ||
# Click '''Save'''. | # Click '''Save'''. | ||
Line 14: | Line 14: | ||
# Click the '''New SmartApp''' button. | # Click the '''New SmartApp''' button. | ||
# Select the '''From Code''' tab. | # Select the '''From Code''' tab. | ||
− | # Copy all of the code from [https:// | + | # Copy all of the code from the [https://raw.githubusercontent.com/ady624/webCoRE/master/smartapps/ady624/webcore.src/webcore-piston.groovy webCoRE-piston.groovy] file into the box. |
# Click '''Create'''. | # Click '''Create'''. | ||
# Click '''Save'''. | # Click '''Save'''. |
Revision as of 21:46, 23 March 2017
Summary
These instructions will help you manually install webCoRE. It is recommended to do GitHub Install, however these steps will also work.
Installing Source Code into SmartThings Cloud
- Login to the SmartThings web UI.
- Click on My SmartApps.
- Click the New SmartApp button.
- Select the From Code tab.
- Copy all of the code from the webCore.groovy file into the box.
- Click Create.
- Click Save.
- Click Publish.
- Click on My SmartApps.
- Click the New SmartApp button.
- Select the From Code tab.
- Copy all of the code from the webCoRE-piston.groovy file into the box.
- Click Create.
- Click Save.
- Click Publish.
Note: The webCoRE source code has only been copied to your SmartThings cloud account. You must continue to the next step of Enable webCoRE OAuth.