StevenAbraham6 / Brew2.0

0 stars 0 forks source link

Brew

Table of contents

Components

Prerequisite

Setup

To run this project, complete the following steps:

Step 1

Create a User on the endpoint. To do this, you need to access the admin panel of the device. Add a new User with username and password as integrator.

alt text

Step 2

Upload the XML File roomcontrolconfig.xml available in the repository to the system. To do so, visit the admin panel of the device. Under Integrations, click In-room Control and launch the Editor. Upload the XML file to the endpoint.

alt text

Step 3

Clone the repository using the following command

$ git clone https://github.com/5t3v3n/Brew.git

Step 4

Make the change to IP address in the main.js.

const ipAddress = "ssh://ENDPOINT_IPADDRESS"

Step 6

Install Dependencies

$ meteor npm install

Step 7

Run the code

$ meteor

Step 8

Run the code with updates

$ bash