Why should we consider an Offline Standalone version?
Although TechTest company guarantees data security and privacy, we understand that some customers' policies do not allow to use the recommended Recognoil Cloud (online).
For this reason, an offline "stand-alone" version of the software installed locally in your PC is offered.
Online version
Requirements:
- internet connection and browser on any PC
- Recognoil device to be connected to the internet over a 2.4 GHz Wi-Fi network
Features:
- Automatic updates with new features, code and stability improvements
Offline Standalone version
Requirements:
- dedicated PC (desktop, laptop)
- OS MS Windows or Ubuntu Linux installed
- Wi-Fi access point for a PC and Recognoil
- Docker software for application containerization
Features:
- Only manual software update possible
Cloud Standalone - block diagram
The system consists of one wireless router, the Recognoil 3W device and a PC.
The system can be completely isolated from the Internet.
Step-by-step guide - how to install Recognoil Cloud Standalone
Install WSL on Windows
| |
Install Docker Desktop on Windows | https://docs.docker.com/desktop/setup/install/windows-install/ |
Enable "Expose daemon on tcp://localhost:2375 without TLS" in Docker Desktop Settings page. | |
Run Ubuntu in Windows (press Windows key and type "Ubuntu" and hit enter). Create a directory "rcld" and change directory to rcld mkdir rcld | |
Please contact our support and get your
| |
Login to hub.docker.com TechTest repository, using login techtestd1 username: techtestd1 | Please contact our support to get your password. |
Pull the container image from TechTest's repository, for example docker pull techtestd1/reco_cld_sa:0.92a3d | https://hub.docker.com/repository/docker/techtestd1/reco_cld_sa/general |
Start the container sudo docker-compose up | |
Run the SQL initialization script mysql --host=127.0.0.1 --port=32000 -u reco -p rcld < init.sql | Contact our support to get your database initialization file (init.sql) |
Test the installation in your web browser using address: http://192.168.0.111:5000 | Please note that on a local machine, you do not need a secured (https) connection. Please use only "http://" |