- 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.
推薦閱讀
- Mobile Web Performance Optimization
- Java Web程序設(shè)計
- Oracle Exadata專家手冊
- Asynchronous Android Programming(Second Edition)
- Instant jQuery Boilerplate for Plugins
- Python開發(fā)基礎(chǔ)
- IoT Projects with Bluetooth Low Energy
- 算法圖解
- Mastering PowerCLI
- Java從入門到精通(視頻實戰(zhàn)版)
- Flask開發(fā)Web搜索引擎入門與實戰(zhàn)
- Java 9:Building Robust Modular Applications
- Web前端開發(fā)技術(shù)實踐指導教程
- Python程序員面試算法寶典
- Elasticsearch實戰(zhàn)(第2版)