- Effective DevOps with AWS
- Nathaniel Felsen
- 87字
- 2021-07-15 17:11:52
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-234 ~]$ sudo yum install --enablerepo=epel -y nodejs [ec2-user@ip-172-31-22-234 ~]$ 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.
推薦閱讀
- 數據結構和算法基礎(Java語言實現)
- PHP程序設計(慕課版)
- Python程序設計(第3版)
- 我的第一本算法書
- C/C++常用算法手冊(第3版)
- 深入理解Java7:核心技術與最佳實踐
- 大學計算機基礎(第2版)(微課版)
- Visual C#.NET程序設計
- Flutter跨平臺開發入門與實戰
- Python深度學習:模型、方法與實現
- Python圖形化編程(微課版)
- OpenCV 3.0 Computer Vision with Java
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Spring Boot學習指南:構建云原生Java和Kotlin應用程序
- Getting Started with Windows Server Security