Linux Installation
Last updated
Last updated
Go to Dataguess downloads If you don't have an account please sign up to dataguess, as you have to login to download the setup file.
Once you are logged in, download the setup file under the name Ubuntu (For the first version this will download a zip file called dataguess-0.1.0.tar.xz)
Extract the downloaded zip file that with the command: ({dataguess-version-file} should be replaced with the name of the downloaded zip file, dataguess-0.1.0.tar.xz for the first version)
tar -xvf {dataguess-version-file}
The zipped file will be extracted to a folder called dist Go inside your dist folder
cd dist
Run the install.sh file via:
sudo sh install.sh
You will be prompted for API and WEB ports. Specify unused registered ports (1024 to 49151) for API and Web services and continue.
5. Once the installation is finished you can access dataguess via: http://<ip_address>:<web_port>
Run command sudo systemctl status dataguess
to see if dataguess has encountered any issues
Under your /tmp/ directory you can see log files named:
API-stderr...log
API-stdout...log
WebServer-stderr...log
WebServer-stdout...log