RiseVision / old-rise-core

2 stars 6 forks source link

Initial Prototype #43

Open knightfenris opened 7 years ago

knightfenris commented 7 years ago

Create the initial 4 VMs to show proof of connection for meteor

- create 2 delegate systems - create 2 node systems

both delegate systems need to be subscribed to each other, and both nodes need to be subscribed to both delegates

accepted requirements: - when data is inserted in one location, the data should exist on the other systems - when data is updated, the update should be correct on the other systems - when data is deleted, it should be removed from the other systems - data should not be duplicated between systems

knightfenris commented 7 years ago

testing comment

NathanSMB commented 7 years ago

Just an update of where we are right now. I have some VMs up and running. We are still having some trouble with the devices communicating with each other correctly.

Server specifications:

Ubuntu Server 16.04 running in virtualbox. Node 6.9.4 Meteor(Latest while developing)

We may release the VM image once everything is communicating so that everyone can test it easily.

Currently working on trying to fix the issue with communication.