Open dajor opened 7 years ago
No answer...
No - i could not make it working
Hey @dajor @luisnomad did you follow the install process? Please check first that ps aux | grep "malos"
services are running. If they are, please kill them.
Upgrade all your services
sudo apt-get update
sudo apt-get upgrade
sudo pkill -9 malos
sudo pkill -9 malos_eye
malos_eye
Install the examples
# Clone repository.
git clone https://github.com/matrix-io/malos-eye.git
# Fetch protocol-buffers repository.
cd malos-eye
git submodule init
git submodule update
# Setup examples.
cd examples
npm install
Run the examples
node query_demographics.js
Please run through this and let us know if you continue having issues. Once this is resolved this ticket will be moved to the proper repository.
@luisnomad @dajor please also provide OS version
is there support for Windows OS ? Thanks,
I follow your instruction but i have a problem when i start node test_query_demographics.js i only get: Sending pings every 3 seconds
I can not find anything in a log file what is the error