- 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
推薦閱讀
- Kubernetes修煉手冊
- 電腦組裝與系統安裝
- Mobile-first Bootstrap
- Linux網絡操作系統與實訓(第三版)
- Learn Helm
- 精解Windows8
- Linux操作系統應用編程
- Moodle 3.x Teaching Techniques(Third Edition)
- Mobile First Design with HTML5 and CSS3
- Kali Linux高級滲透測試
- Windows 7使用詳解(修訂版)
- Azure Resource Manager Templates Quick Start Guide
- Mastering Sass
- Android NDK Beginner's Guide
- Hadoop Operations and Cluster Management Cookbook