Difference between revisions of "Manual Install"

From webCoRE Wiki - Web-enabled Community's own Rule Engine
Jump to: navigation, search
(Installing Source Code into SmartThings Cloud)
Line 3: Line 3:
  
 
=Installing Source Code into SmartThings Cloud=
 
=Installing Source Code into SmartThings Cloud=
 +
 +
You must create both the webCoRE and webCoRE Piston smart apps.  '''Follow all the steps below!'''
 +
 +
== webCoRE Smart App ==
 +
 
# Login to the [http://developer.smartthings.com SmartThings web UI].
 
# Login to the [http://developer.smartthings.com SmartThings web UI].
 
# Click on '''My SmartApps'''.
 
# Click on '''My SmartApps'''.
 +
#:[[File:Mysmartapps.jpg]]
 
# Click the '''New SmartApp''' button.
 
# Click the '''New SmartApp''' button.
 +
#:[[File:Newsmartapp.jpg]]
 
# Select the '''From Code''' tab.
 
# Select the '''From Code''' tab.
 +
#:[[File:Fromcode.jpg]]
 
# 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.
 
# 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'''.
 +
#:[[File:Createcode.jpg]]
 
# Click '''Save'''.
 
# Click '''Save'''.
 
# Click '''Publish'''.
 
# Click '''Publish'''.
 +
#:[[File:Savepublish.jpg]]
 +
 +
== webCoRE Piston Smart App  ==
 +
 
# Click on '''My SmartApps'''.
 
# Click on '''My SmartApps'''.
 +
#:[[File:Mysmartapps.jpg]]
 
# Click the '''New SmartApp''' button.
 
# Click the '''New SmartApp''' button.
 +
#:[[File:Newsmartapp.jpg]]
 
# Select the '''From Code''' tab.
 
# Select the '''From Code''' tab.
 +
#:[[File:Fromcode.jpg]]
 
# Copy all of the code from the [https://raw.githubusercontent.com/ady624/webCoRE/master/smartapps/ady624/webcore-piston.src/webcore-piston.groovy webCoRE-piston.groovy] file into the box.
 
# Copy all of the code from the [https://raw.githubusercontent.com/ady624/webCoRE/master/smartapps/ady624/webcore-piston.src/webcore-piston.groovy webCoRE-piston.groovy] file into the box.
 
# Click '''Create'''.
 
# Click '''Create'''.
 +
#:[[File:Createcode.jpg]]
 
# Click '''Save''' and wait for the loading circle to disappear.
 
# Click '''Save''' and wait for the loading circle to disappear.
 
# Click '''Publish''' and choose '''For Me'''.
 
# Click '''Publish''' and choose '''For Me'''.
 +
#:[[File:Savepublish.jpg]]
  
 
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]].
 
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]].

Revision as of 01:01, 24 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

You must create both the webCoRE and webCoRE Piston smart apps. Follow all the steps below!

webCoRE Smart App

  1. Login to the SmartThings web UI.
  2. Click on My SmartApps.
    Mysmartapps.jpg
  3. Click the New SmartApp button.
    Newsmartapp.jpg
  4. Select the From Code tab.
    Fromcode.jpg
  5. Copy all of the code from the webCore.groovy file into the box.
  6. Click Create.
    Createcode.jpg
  7. Click Save.
  8. Click Publish.
    Savepublish.jpg

webCoRE Piston Smart App

  1. Click on My SmartApps.
    Mysmartapps.jpg
  2. Click the New SmartApp button.
    Newsmartapp.jpg
  3. Select the From Code tab.
    Fromcode.jpg
  4. Copy all of the code from the webCoRE-piston.groovy file into the box.
  5. Click Create.
    Createcode.jpg
  6. Click Save and wait for the loading circle to disappear.
  7. Click Publish and choose For Me.
    Savepublish.jpg

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.