- DevOps for Serverless Applications
- Shashikant Bangera
- 93字
- 2021-07-16 17:35:36
Installation of Serverless Framework
Go through the following steps:
- Install Node.js 4.0 or higher from https://nodejs.org/en/download/ . Once installed, we can verify installation through the following command:
$ node --version
- Now we need to install Serverless Framework globally through the following command:
$ npm install -g serverless
- Once installed successfully, we can verify the installation by using the following command. It will show all the framework commands and documentation:
$ serverless
- We can also see the version of Serverless Framework installed by using the following command:
$ serverless --version
推薦閱讀
- Linux系統文件安全實戰全攻略
- Windows Server 2012 Hyper-V:Deploying the Hyper-V Enterprise Server Virtualization Platform
- 每天5分鐘玩轉Kubernetes
- Linux從零開始學(視頻教學版)
- 玩到極致 iPhone 4S完全攻略
- 新手易學:系統安裝與重裝
- 精解Windows8
- RESS Essentials
- VMware NSX Cookbook
- 注冊表應用完全DIY
- 云原生落地:產品、架構與商業模式
- 分布式高可用架構之道
- VMware Horizon Mirage Essentials
- 操作系統之哲學原理第2版
- Linux深度攻略