- Effective DevOps with AWS
- Yogesh Raheja Giuseppe Borgese Nathaniel Felsen
- 87字
- 2021-07-23 16:27:29
Installing Node.js
The first thing we need to do is install Node.js. Amazon Linux is based on Red Hat Enterprise Linux (RHEL) and uses the yum utility to manage and install packages. The OS comes with Extra Packages for Enterprise Linux (EPEL) preconfigured in it. As we would expect, Node.js is present in EPEL:
[ec2-user@ip-172-31-22-52 ~]$ sudo yum install --enablerepo=epel -y nodejs
[ec2-user@ip-172-31-22-52 ~]$ node -v
v0.10.48
This is definitely an old version of the node but it's going to be good enough for what we need.
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- 自動控制工程設(shè)計入門
- Splunk 7 Essentials(Third Edition)
- Hands-On Machine Learning on Google Cloud Platform
- 人工智能與人工生命
- 四向穿梭式自動化密集倉儲系統(tǒng)的設(shè)計與控制
- Spark大數(shù)據(jù)技術(shù)與應(yīng)用
- Enterprise PowerShell Scripting Bootcamp
- Nginx高性能Web服務(wù)器詳解
- Machine Learning with the Elastic Stack
- Visual C++項目開發(fā)案例精粹
- INSTANT VMware vCloud Starter
- MPC5554/5553微處理器揭秘
- Cortex-M3嵌入式處理器原理與應(yīng)用
- Generative Adversarial Networks Projects