User:E.zn/eth--host: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
No edit summary
Line 12: Line 12:


<div style="width:85%">
<div style="width:85%">
 
<br>
===___________________________________x===
===___________________________________x===
<br>
<br>
Line 28: Line 28:
====_ _ _ _ _ download====
====_ _ _ _ _ download====
<br>
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">curl -fsSL https://deb.nodesource.com/setup_15.x | bash -</pre>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">curl -fsSL https://deb.nodesource.com/setup_15.x | bash -</pre>


Line 34: Line 33:
::» »»»» [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]


====_ _ _ _ _ install====
<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 build-essential</pre>
====_ _ _ _ _ link====
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">sudo ln -s /usr/bin/nodejs /usr/bin/node</pre>
<br>
===___________________________________npm===
<br>


====_ _ _ _ _ install====
====_ _ _ _ _ install====
<br>
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt update</pre>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt install aptitude</pre>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">aptitude install npm</pre>


::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y nodejs</pre>
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt-get install -y build-essential</pre>
===___________________________________database===
<br>


====_ _ _ _ _ install mariadb====
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">apt install mariadb-server-10.3</pre>




====_ _ _ _ _ install php====
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">sudo apt -y install php7.3</pre>
</div>
</div>
<br>
===___________________________________git===
<br>


====_ _ _ _ _ install====
<br>
::<pre style="background-color:#F2F2F2; border-color:blue; color:red; width:90%">aptitude install git</pre>





Revision as of 13:54, 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