go to the root folder

Where business professionals discuss big database and data management.
Post Reply
Mitu100@
Posts: 1299
Joined: Tue Jan 07, 2025 4:29 am

go to the root folder

Post by Mitu100@ »

After entering this command, we wait for the installation to finish and re-enter the terminal or simply enter the command:
eNow we need to check the operability of the installed components, find out the node version and install it. All these actions are carried out with the help of commands:

nvm --version Checking the operability of
nvm ls-remote list of all available versions
node -v shows the current buy phone number list version
nvm install *version*, specify the version that the node -v command showed you
When all of the above is done, we will need to install a couple of repositories and another library, we do this with:

add-apt-repository -y ppa:ubuntu-toolchain-r/test (everything is written without spaces except -y)
apt update && sudo apt install libstdc++6

When all of the above actions are done, we can start downloading server files. To do this, we need to create a folder where we will put it. Let's go to the root folder and create a new one there using the commands:


Mkdir server create a folder where we will place the server
Cd server go to the created folder

Now we can download the server archive here and unpack it to do this, enter the commands:

tar -xzf linux_x64.tar.gz *Unpacking the server files *
After the archive has been unpacked, a new folder has been created, we enter the created folder with.
Post Reply