Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Install Node JS 18.18 on Ubuntu

Translated22 USD

Applications 1

Application viewing is only available registered users.

Client's review of cooperation with Maksym Filipov

Quality
Professionalism
Cost
Contactability
Deadlines

Everything is fine, everything is on time, I recommend!

Freelancer's review of cooperation with Max Korotkov

Payment
Task setting
Clarity of requirements
Contactability

Everything went well. I recommend for cooperation.

  1. 6071    53  4
    Winning proposal1 day22 USD

    Good afternoon. There is a similar script, I can refine it according to your request. I will wait in private messages to discuss the price and deadlines.

  2. 573    9  0
    1 day218 USD

    Contact me, I will write a script for installing nodejs on Ubuntu for you. You pay 10,000 hryvnias for the script, or is this a mistake? Maybe you can make the price cheaper?

  3. 598    12  2
    1 day223 USD

    I will complete your task immediately. Quickly and efficiently. Over 6 years of experience in programming and administration.

  4. 1 proposal concealed
  • Mihaylo P.
    24 December 2024, 14:58 |

    #!/bin/bash

    # Обновление пакетов

    apt-get update

    # Установка wget

    apt install wget -y

    # Установка NVM

    wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash

    # Установка Node.js 18.18

    export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" ||

    printf %s "${XDG_CONFIG_HOME}/nvm")"

    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Загрузка NVM

    source ~/.bashrc


    nvm install v18

    nvm use v18


    # Вывод версии Node.js и npm

    node -v

    npm -v

    # Установка Yarn

    npm install --global yarn

    # Установка pm2


    npm install pm2 -g

    source ~/.bashrc

  • Mihaylo P.
    24 December 2024, 15:00 |

    Или с обновленной версией nvm


    #!/bin/bash

    # Обновление пакетов

    apt-get update

    # Установка wget

    apt install wget -y

    # Установка NVM

    wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

    # Установка Node.js 18.18

    export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" ||

    printf %s "${XDG_CONFIG_HOME}/nvm")"

    [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # Загрузка NVM

    source ~/.bashrc


    nvm install v18

    nvm use v18


    # Вывод версии Node.js и npm

    node -v

    npm -v

    # Установка Yarn

    npm install --global yarn

    # Установка pm2


    npm install pm2 -g

    source ~/.bashrc

  • Max Korotkov
    24 December 2024, 15:12 |

    Михайло П.  Мне нужен проверенный скрипт, непроверенных полно в интернете.

    Всем - пожалуйста предлагайте адекватністю цену. 

    9999 указано по феншую, тк нельзя публиковать без цены. кто то уже 10000 предложил...

Current freelance projects in the category DevOps

Setting up a backup system and optimizing server infrastructure

Objective of the work: Ensure reliable data storage for the CRM system and application by implementing an automated backup system, as well as carry out a series of server improvements to enhance the stability, security, and performance of the infrastructure.

DevOpsDatabases & SQL ∙ 6 days 21 hours back ∙ 27 proposals

Deployment of a Ruby on Rails project on VPS + Inbound Email Routing

Need help deploying a platform for automating requests for public information (based on the open-source engine Alaveteli). The project works as a mail router: it generates unique email addresses for each request, sends them to government agencies, and receives responses back to…

DevOpsLinux & Unix ∙ 12 days 23 hours back ∙ 11 proposals

Client
Max Korotkov
Ukraine Kyiv  34  0
Project published
1 year back
67 views
Tags
  • ubuntu
  • npm
  • PM2
  • yarn
  • C Linux
  • Node.js
  • Shell script