Skip to content

Installation manual

iloosion edited this page Feb 15, 2023 · 2 revisions

This is a new path. It will have more functions soon !

Step 1 Installing OTDM

Step 2 Installing OTDM packages

You can find the packages/functionalities of interest to you, in the otdm-index list.

They can be installed or uninstalled using: dpkg / apk / pkg / ... for more details please check package installation instructions


Old one click installer [deprecated]

!!! This path is starting to be deprecated !!!

Ok I snapt. Installer directory have a run.sh script to make oiyshTerminal on your android device with one click. It's not a solution in my opinion. It's to make stuff fast. I highly advice you to go thru installation process by hand. That way you will know all components / puzzles. Installer as it's now is supporting android >= 7.0 and termux 118 I have only two working phones with >=7.0 for testing on both installation was successful.

Lets start it now !

If all is ok and my short link din't expired https://bit.ly/3Qedy9w you still need to make some addition steps manually.

  • make sure your android device is running android 7.0 or grater.
  • install termux 118 or grater
  • ger run.sh by downloading it from https://bit.ly/3Qedy9w store it at sdcard or get it from repository directly.

_$ curl https://raw.githubusercontent.com/yOyOeK1/oiyshTerminal/main/installer/run.sh > ./run.sh_

  • ok make it go you can run it by typing

_$ . ./run.sh in terminal of termux_

but I recommend you to make it in order of first installing termux-services by doing it with command

_$ . ./run.sh -i termux-services_

after work of installer it will prompt to restart the termux. Do it so.

after restarting termux run

_$ . ./run.sh_

you will see some information what it will do and on what ports all installed services will run. Also some addition information about setting, names, ....

  • if all is ok hit "y" and confirm with enter
  • installation process will ask you couple of times what to do. Do you want upgrade ? or continue. It's your decision :P but Y to all and default to all is my choice. During installation process you will be ask also for your password to ssh account on device. It's installing a list of: termux-services termux-api nodejs nodeRed mqtt mysql mysqlInit oiyshTerminal ssh grafana.
  • after installation I recommend to restart termux and check all systems :)

basic check:

Mysql can be checked with command

_$ echo 'show databases;' | mysql_

if you see svoiysh database it's ok :)

  • node-red you can check by going to localhost:1880 in browser
  • grafana same, browser localhost:3000

I think you are set :) you can check youtube video of installation http:// [TODO ...]adress for youtube

Clone this wiki locally