{"id":586,"date":"2020-02-25T16:38:39","date_gmt":"2020-02-25T13:38:39","guid":{"rendered":""},"modified":"2025-01-27T09:26:55","modified_gmt":"2025-01-27T06:26:55","slug":"portal-installation","status":"publish","type":"docs","link":"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/portal-installation","title":{"rendered":"Installation of a portal for STB and Smart TV on Debian"},"content":{"rendered":"<p>Below are instructions for installing a portal for STB and Smart TV on a server with Debian OS, as well as configuring its interaction with the Smarty Lite server. Information about setting up certain features and changing the behavior of the portal can be found here: <a href=\"\/en\/docs\/smarty\/portal-and-apps-settings\/\" data-type=\"URL\" data-id=\"\/docs\/smarty\/portal-and-apps-settings\">reference<\/a>.<\/p>\n\n\n\n\n\n<p>To work, you will need SSH access to the root server. Installation will be made in console mode through terminal commands. If you need to execute a sudo command to obtain root privileges, you must execute a command before installing:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo sudo<\/code><\/pre>\n\n\n\n<p>It is assumed that the portal is installed on the same server on which the Smarty Lite server is already installed, otherwise errors will occur at the nginx configuration step due to the lack of Smarty Lite settings.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installation of Nginx Web Server<\/h2>\n\n\n\n<p>The portal is a static one-page site consisting of html\/css\/javascript files. For hosting the portal, you can use the nginx Web server with a basic configuration to distribute statics.<\/p>\n\n\n\n<p>We establish dependencies with the help of \u00a0apt:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">apt update\napt install nginx-common nginx-extras<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Installation of portal packages<\/h2>\n\n\n\n<p>The portal consists of two types of installation packages:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><code>mw-engine-*.deb<\/code> \u2014 the main code of the portal and mechanisms of interaction with the device.<\/li><li><code>mw-template--*.deb<\/code> \u2014 interface template.<\/li><\/ul>\n\n\n\n<p>It is necessary to install the portal and <code>mw-engine<\/code> and any <code>mw-template-*<\/code>in this case, several different templates of the interface can be installed <code>mw-template-*<\/code>.<\/p>\n\n\n\n<p>About the features and capabilities of the various interfaces of the portal can be found on this page: <a href=\"\/en\/docs\/smarty\/portal-and-apps-settings\/\" data-type=\"URL\" data-id=\"\/docs\/smarty\/portal-and-apps-settings\">reference<\/a>.<\/p>\n\n\n\n<p>Portal installation packages can be downloaded in your operator\u2019s personal account as well as Smarty Lite packages.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p>Attention! Always use the latest version <code>mw-engine<\/code> together with the latest versions <code>mw-template-*<\/code>backward compatibility between these packages is not guaranteed when releasing new versions of the portal.<\/p><p>Also, when updating Smarty Lite, it is recommended to update the portal to the latest version, since there may be changes in the API that are not supported in the old version of the portal.<\/p><\/blockquote>\n\n\n\n<p>Next, install portal packages, for example, we will customize the template <code>futuristic<\/code> and <code>impulsive<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">dpkg -i mw-engine_*.deb<br>dpkg -i mw-template-*.deb<\/pre>\n\n\n\n<p>When an error occurs<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">dpkg: warning: 'ldconfig' not found in PATH or not executable<br>dpkg: warning: 'start-stop-daemon' not found in PATH or not executable<\/pre>\n\n\n\n<p>execute the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">export PATH=\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/sbin:\/bin<\/pre>\n\n\n\n<p>Then try installing the packages again.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Preparation of the configuration of the nginx Web server<\/h2>\n\n\n\n<p>Activate the configuration of the portal for nginx and disable the default configuration:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">ln -s \/etc\/nginx\/sites-available\/portal \/etc\/nginx\/sites-enabled\/portal\nrm \/etc\/nginx\/sites-enabled\/default<\/pre>\n\n\n\n<p>By default, the portal connects to the full version of Smarty, so the name smarty is used in the standard configuration. For Smarty Lite, you need to replace the smarty-lite with the following command:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sed -i -e 's\/smarty\/'smarty-lite'\/g' \/etc\/nginx\/sites-available\/portal<\/pre>\n\n\n\n<p>Create a directory for cache and logs nginx:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">mkdir -p \/var\/cache\/nginx\nmkdir -p \/var\/log\/nginx\/microimpuls\/portal<\/pre>\n\n\n\n<p>Set the right directory rights for logs and file downloads in Smarty:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">chown -R www-data:www-data \/usr\/share\/nginx\/html\/microimpuls<\/pre>\n\n\n\n<p>Restart \u00a0nginx with current settings:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/etc\/init.d\/nginx restart<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Connecting the portal to Smarty Lite<\/h2>\n\n\n\n<p>The portal interacts with the Smarty Lite server via the API. Connection data is set in the portal configuration file <code>\/etc\/microimpuls\/portal\/client.js<\/code>.<\/p>\n\n\n\n<p>After the Smarty Lite installation is completed and the setup_initial_data command is run in Smarty, the first operator with Client ID = 1 is created and a random API key value is generated. This value can be viewed in the control panel Smarty Lite in the section \u00ab General settings \u00bb \u2192 \u00ab General settings Client\u00bb in the field \u00abTVMW API key\u00bb<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"2296\" height=\"924\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png\" alt=\"\" class=\"wp-image-1376\"\/><\/figure><\/div>\n\n\n\n<p>Copy this value (in this example: <strong>07cbf5f6610149c987ed648bb86be7b3<\/strong>) and insert it in the field <code>api_key<\/code> portal configuration file <code>\/etc\/microimpuls\/portal\/client.js<\/code>:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sed -i -e 's\/PUT API KEY HERE\/'07cbf5f6610149c987ed648bb86be7b3'\/g' \/etc\/microimpuls\/portal\/client.js<\/pre>\n\n\n\n<p>In the Nginx configuration, a special location is set by default <code>\/api<\/code>, which directs requests to the API in the uwsgi-socket Smarty Lite, so the standard parameter value <code>api_url<\/code> you don't have to change.<\/p>\n\n\n\n<p>You can find out more about the options for connecting the portal to Smarty and other settings on this page: <a href=\"\/en\/docs\/smarty\/portal-and-apps-settings\/portal-settings\/\" data-type=\"URL\" data-id=\"\/docs\/smarty\/portal-and-apps-settings\/portal-settings\">reference<\/a>.<\/p>\n\n\n\n<p>After that, open the portal in the browser to check the correct setting by entering the server IP address (default port 80). If done correctly, you should see the authorization screen:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/portal-login.png\" alt=\"\" class=\"wp-image-1381\"\/><\/figure><\/div>\n\n\n\n<p>To log in, use the login and password of the demo account 123: 123.<\/p>\n\n\n\n<p>To open the portal on the set-top box, specify in the device settings the same portal address as in the browser.<\/p>","protected":false},"featured_media":0,"parent":544,"menu_order":4,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_links_to":"","_links_to_target":""},"doc_tag":[],"class_list":["post-586","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 Debian<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/portal-installation\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 Debian\" \/>\n<meta property=\"og:description\" content=\"\u041d\u0438\u0436\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u0441 \u041e\u0421 Debian, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0435\u0433\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c Smarty Lite. \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0442\u0435\u0445 \u0438\u043b\u0438 \u0438\u043d\u044b\u0445 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439 \u0438 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044c: \u0441\u0441\u044b\u043b\u043a\u0430. \u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f SSH \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0441 \u043f\u0440\u0430\u0432\u0430\u043c\u0438 root. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/portal-installation\/\" \/>\n<meta property=\"og:site_name\" content=\"Microimpuls\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-27T06:26:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation\",\"url\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation\",\"name\":\"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 Debian\",\"isPartOf\":{\"@id\":\"https:\/\/micro.im\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#primaryimage\"},\"image\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#primaryimage\"},\"thumbnailUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png\",\"datePublished\":\"2020-02-25T13:38:39+00:00\",\"dateModified\":\"2025-01-27T06:26:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#primaryimage\",\"url\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png\",\"contentUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/micro.im\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smarty Lite\",\"item\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435\",\"item\":\"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 Debian\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/micro.im\/#website\",\"url\":\"https:\/\/micro.im\/\",\"name\":\"Microimpuls\",\"description\":\"\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f OTT \u0438 IPTV\",\"publisher\":{\"@id\":\"https:\/\/micro.im\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/micro.im\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/micro.im\/#organization\",\"name\":\"Microimpuls\",\"url\":\"https:\/\/micro.im\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/micro.im\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png\",\"contentUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png\",\"width\":208,\"height\":219,\"caption\":\"Microimpuls\"},\"image\":{\"@id\":\"https:\/\/micro.im\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Installation of a portal for STB and Smart TV on Debian","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/portal-installation\/","og_locale":"en_US","og_type":"article","og_title":"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 Debian","og_description":"\u041d\u0438\u0436\u0435 \u043f\u0440\u0438\u0432\u0435\u0434\u0435\u043d\u0430 \u0438\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 \u0441\u0435\u0440\u0432\u0435\u0440 \u0441 \u041e\u0421 Debian, \u0430 \u0442\u0430\u043a\u0436\u0435 \u043f\u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0435\u0433\u043e \u0432\u0437\u0430\u0438\u043c\u043e\u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0441 \u0441\u0435\u0440\u0432\u0435\u0440\u043e\u043c Smarty Lite. \u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u043e \u043d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0435 \u0442\u0435\u0445 \u0438\u043b\u0438 \u0438\u043d\u044b\u0445 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0435\u0439 \u0438 \u043e\u0431 \u0438\u0437\u043c\u0435\u043d\u0435\u043d\u0438\u0438 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u044f \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043d\u0430\u0439\u0442\u0438 \u0437\u0434\u0435\u0441\u044c: \u0441\u0441\u044b\u043b\u043a\u0430. \u0414\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u043f\u043e\u0442\u0440\u0435\u0431\u0443\u0435\u0442\u0441\u044f SSH \u0434\u043e\u0441\u0442\u0443\u043f \u043a \u0441\u0435\u0440\u0432\u0435\u0440\u0443 \u0441 \u043f\u0440\u0430\u0432\u0430\u043c\u0438 root. \u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u0431\u0443\u0434\u0435\u0442 [&hellip;]","og_url":"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/portal-installation\/","og_site_name":"Microimpuls","article_modified_time":"2025-01-27T06:26:55+00:00","og_image":[{"url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation","url":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation","name":"Installation of a portal for STB and Smart TV on Debian","isPartOf":{"@id":"https:\/\/micro.im\/#website"},"primaryImageOfPage":{"@id":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#primaryimage"},"image":{"@id":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#primaryimage"},"thumbnailUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png","datePublished":"2020-02-25T13:38:39+00:00","dateModified":"2025-01-27T06:26:55+00:00","breadcrumb":{"@id":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#primaryimage","url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png","contentUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/10\/client-api-key.png"},{"@type":"BreadcrumbList","@id":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation\/portal-installation#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/micro.im\/"},{"@type":"ListItem","position":2,"name":"Smarty Lite","item":"https:\/\/microimpuls.com\/docs\/smarty-lite"},{"@type":"ListItem","position":3,"name":"\u0418\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f \u043f\u043e \u0443\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0435","item":"https:\/\/microimpuls.com\/docs\/smarty-lite\/installation"},{"@type":"ListItem","position":4,"name":"\u0423\u0441\u0442\u0430\u043d\u043e\u0432\u043a\u0430 \u043f\u043e\u0440\u0442\u0430\u043b\u0430 \u0434\u043b\u044f STB \u0438 Smart TV \u043d\u0430 Debian"}]},{"@type":"WebSite","@id":"https:\/\/micro.im\/#website","url":"https:\/\/micro.im\/","name":"Microimpulses","description":"Comprehensive solutions for OTT and IPTV","publisher":{"@id":"https:\/\/micro.im\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/micro.im\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/micro.im\/#organization","name":"Microimpulses","url":"https:\/\/micro.im\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/micro.im\/#\/schema\/logo\/image\/","url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png","contentUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png","width":208,"height":219,"caption":"Microimpuls"},"image":{"@id":"https:\/\/micro.im\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/586","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/comments?post=586"}],"version-history":[{"count":33,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/586\/revisions"}],"predecessor-version":[{"id":3128,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/586\/revisions\/3128"}],"up":[{"embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/544"}],"next":[{"title":"Automatic installation of Smarty Lite","link":"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/auto_install_script","href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/3187"}],"prev":[{"title":"[deprecated] Install Smarty Lite on Debian 8, 9","link":"https:\/\/microimpuls.com\/en\/docs\/smarty-lite\/installation\/debian-8-and-9","href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/612"}],"wp:attachment":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/media?parent=586"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/doc_tag?post=586"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}