Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
abills:docs:nas:pon:tr-069 [2017/12/11 13:09] kodr [Установка Node.js] |
abills:docs:nas:pon:tr-069 [2017/12/11 14:11] (текущий) kodr [tr-069] |
||
---|---|---|---|
Строка 2: | Строка 2: | ||
- | * | + | * [[https://github.com/zaidka/genieacs/wiki/Installation-Guide-Ubuntu-16.04|Install GenieACS on Ubuntu 16.04]] |
* | * | ||
- | ====Установка Node.js==== | ||
- | curl -sL https://deb.nodesource.com/setup_8.x | bash - | + | ====Установка необходимый пакетов==== |
- | apt-get install -y nodejs | + | sudo apt-get update |
- | ====Менеджер пакетов для Node.js==== | + | sudo apt-get upgrade |
- | + | sudo apt-get install redis-server mongodb npm build-essential ruby-bundler ruby-dev libsqlite3-dev | |
- | sudo apt-get install npm | + | cd ~ |
+ | curl -sL https://deb.nodesource.com/setup_7.x -o nodesource_setup.sh | ||
+ | chmod +x nodesource_setup.sh | ||
+ | sudo ./nodesource_setup.sh | ||
+ | sudo apt-get install nodejs | ||
+ | sudo npm install libxmljs |