User:E.zn/eth--host: Difference between revisions
No edit summary |
|||
Line 32: | Line 32: | ||
::» »»»» src : [https://github.com/nodesource/distributions nodesource] | ::» »»»» src : [https://github.com/nodesource/distributions nodesource] | ||
::» »»»» [https://explainshell.com/explain?cmd=curl+-fsSL+example.org more on -fsSL flag] | ::» »»»» [https://explainshell.com/explain?cmd=curl+-fsSL+example.org more on -fsSL flag] | ||
<br> | |||
====_ _ _ _ _ install==== | ====_ _ _ _ _ install==== | ||
<br> | <br> | ||
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y nodejs</pre> | ::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y nodejs</pre> | ||
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y build-essential</pre> | ::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y build-essential</pre> | ||
<br> | |||
====_ _ _ _ _ link==== | ====_ _ _ _ _ link==== | ||
<br> | <br> | ||
Line 43: | Line 43: | ||
<br> | <br> | ||
===___________________________________npm=== | ===___________________________________npm=== | ||
<br> | <br> |
Revision as of 12:55, 21 June 2021
___________________________________x
_ _ _ _ _
xx
x
___________________________________node.js
_ _ _ _ _ download
curl -fsSL https://deb.nodesource.com/setup_15.x | bash -
- » »»»» src : nodesource
- » »»»» more on -fsSL flag
_ _ _ _ _ install
apt-get install -y nodejs
apt-get install -y build-essential
_ _ _ _ _ link
sudo ln -s /usr/bin/nodejs /usr/bin/node
___________________________________npm
_ _ _ _ _ install
apt update
apt install aptitude
aptitude install npm
___________________________________database
_ _ _ _ _ install mariadb
apt install mariadb-server-10.3
_ _ _ _ _ install php
sudo apt -y install php7.3
___________________________________git
_ _ _ _ _ install
aptitude install git