Hi folks,
First of all, I tried to install thinger server on a Orange Pi Plus 2e, and I failed, I guess that is because this device has a 32bit processor, and as I read, mongodb demands a 64bits processor, if I wrong please correct me, my next target is to install it on a Raspberry Pi 3.
Meanwhile, I’m trying to install in a deskop (core i3, 4gb ram, fresh ubuntu installation)
The install process was ok, everything installed flawlessly.
The modifications that I made were the IP addresss (Public IP, this machine is connected directly to internet), in two fields “http_server” and “thing_server”, and added the email code at the first line of this file (config.json) with valid mailbox parameters.
Restarted the computer, started manually the services (mongod and thinger), checked the services are running
Mongod answer
● mongod.service - High-performance, schema-free document-oriented database
Loaded: loaded (/lib/systemd/system/mongod.service; disabled; vendor preset: enabled)
Active: active (running) since mar 2017-03-14 20:28:49 VET; 1h 26min ago
Docs: https://docs.mongodb.org/manual
Main PID: 2991 (mongod)
CGroup: /system.slice/mongod.service
└─2991 /usr/bin/mongod --quiet --config /etc/mongod.conf
mar 14 20:28:49 polinux systemd[1]: Started High-performance, schema-free document-oriented database.
Thinger answer
● snap.thinger-maker-server.thingerd.service - Service for snap application thinger-maker-server.thingerd
Loaded: loaded (/etc/systemd/system/snap.thinger-maker-server.thingerd.service; enabled; vendor preset: enabled)
Active: active (running) since mar 2017-03-14 20:45:08 VET; 1h 11min ago
Process: 4445 ExecStart=/usr/bin/snap run thinger-maker-server.thingerd (code=exited, status=0/SUCCESS)
Main PID: 4457 (thingerd)
CGroup: /system.slice/snap.thinger-maker-server.thingerd.service
└─4457 thingerd --fork --runpath=/var/snap/thinger-maker-server/common
mar 14 20:45:08 polinux systemd[1]: Starting Service for snap application thinger-maker-server.thingerd...
mar 14 20:45:08 polinux /usr/bin/snap[4445]: cmd.go:111: DEBUG: restarting into "/snap/core/current/usr/bin/snap"
mar 14 20:45:08 polinux systemd[1]: Started Service for snap application thinger-maker-server.thingerd.
Checked by the browser the IP address and get the “Thinger.io Server is Running!” message
Configured the cloud console with the Public IP address, try to register new account and it said
“Error: unknown” (and I said “Oh… Really??” in sarcastic tone…)
And… Don’t know where begin the check, I don’t know if I had done every thing ok, any suggestions?
Thanks in advance for your help,