Difference between revisions of "Manual Install"

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Jump to: navigation, search
(Created page with "=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 i...")
 
(Installing Source Code into SmartThings Cloud)
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://github.com/ady624/webCoRE/blob/master/smartapps/ady624/webcore-piston.src/webcore-piston.groovy] into the box.
+
# Copy all of the code from [https://github.com/ady624/webCoRE/blob/master/smartapps/ady624/webcore-piston.src/webcore-piston.groovy webCore-piston.groovy] into the box.
 
# Click '''Create'''.
 
# Click '''Create'''.
 
# Click '''Save'''.
 
# Click '''Save'''.

Revision as of 22:37, 22 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

  1. Login to the SmartThings web UI.
  2. Click on My SmartApps.
  3. Click the New SmartApp button.
  4. Select the From Code tab.
  5. Copy all of the code from webCoRE.groovy into the box.
  6. Click Create.
  7. Click Save.
  8. Click Publish.
  9. Click on My SmartApps.
  10. Click the New SmartApp button.
  11. Select the From Code tab.
  12. Copy all of the code from webCore-piston.groovy into the box.
  13. Click Create.
  14. Click Save.
  15. 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.