Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 385 Bytes

readme.md

File metadata and controls

24 lines (16 loc) · 385 Bytes

Deployment Scripts

Environment Installation

fab set_env:<username>@<host> <command>

Commands

Install Node

This command will install node.js file downloaded from npm.taobao.org/dist

fab set_env:<username>@<host> install_node

Uninstall Node

This command will uninstall node.js

fab set_env:<username>@<host> uninstall_node