- 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.
推薦閱讀
- ROS機器人編程與SLAM算法解析指南
- 小型電動機實用設計手冊
- 城市道路交通主動控制技術
- 21天學通Java Web開發
- Android游戲開發案例與關鍵技術
- 計算機網絡原理與技術
- 筆記本電腦維修90個精選實例
- Hadoop應用開發基礎
- 人工智能技術入門
- Machine Learning Algorithms(Second Edition)
- 基于人工免疫原理的檢測系統模型及其應用
- Natural Language Processing and Computational Linguistics
- Xilinx FPGA高級設計及應用
- 30天學通Java Web項目案例開發
- Practical Network Automation