An open source platform for performing high-performance networked applications written in JavaScript. That is, it allows you to execute code on the server side.
There are several ways to install this platform, which I will describe to you in this article.
-платформа з відкритим кодом для виконання високопродуктивних мережевих застосунків, написаних мовою JavaScript.Тобто дозволяє виконувати код на стороні сервера .
Є декілька способів встановлення даної платформи ,які Я вам і опишу у данній статті .
yum
yuminstallepel-release
-install repository epel.Check the availability of the packet we need:
-встановлюємо репозиторій epel . Перевіряєм наявність необхідного нам пекету :
yumlistnodejs
yuminstallnodejs-y
with the command 'node -v' checking the version we see is the same as the list. Everything is well established. But if you want something newer, we still have ways to recover, namely compilation from the source files, and the installation of the package from the site Nodejs.
командою 'node -v' перевіряєм версію бачимо що співпадає з list. Усе гаразд встановили. Та якщо хочеться чогось новішого , у нас є ще способи втсановлення , а саме компіляція з source фалів, та встановленя пакету з сайту Nodejs.
install the download manager, and http://nodejs.org/dist/ look for what we need. I will dwell on the latest version-v10.x / namely 10.12.0. You will also need the tar archive to unpack.
встановлюємо менеджер завантажування, та http://nodejs.org/dist/ шукаємо що нам необхідно. Я зупинюсь на версії latest-v10.x/ а саме 10.12.0. Також знадобиться архіватор tar для розпакування .