- fork this project
- edit the following files:
- config/production.json
- update
maximo-optionswith your Maximo configuration - update
mqtt-topicwith your topic for subscription (the one you'll get payloads to perform actions on Maximo)
- update
- update README.md
- replace
<rep>on step 4 of this section with your repository link. Like:https://github.com/USERNAME/iot-maximo
- replace
- config/production.json
- click the "Deploy to Bluemix" button.
- fork this project
git cloneyour project- update some files:
- config/production.json
- update
maximo-optionswith your Maximo configuration - update
mqtt-topicwith your topic for subscription (the one you'll get payloads to perform actions on Maximo)
- update
- update README.md
- replace
<rep>on step 6 of this section with your repository link. Like:https://github.com/USERNAME/iot-maximo
- replace
- config/production.json
git add,git commit,git pushyour changes- click the "Deploy to Bluemix" button.
- fork this project
git cloneyour project- update some files:
- config/default.json
- update
maximo-optionswith your Maximo configuration - update
mqtt-topicwith your topic for subscription (the one you'll get payloads to perform actions on Maximo) - update
iotf-servicewith your Watson IoT Platform service credentials.
- update
- config/default.json
- run
node app.js
