首页 > 代码库 > Ansible + Vagrant + Expressjs
Ansible + Vagrant + Expressjs
据某大牛说,Ansible比chef、puppet都好使。学习一下怎么样用ansible provisioning 一个vagrant管理的虚拟机,用来启动expressjs的服务器。github链接:https://github.com/kiwiwin/ansible-nodejs-demo
创建一个呆呆的expressjs工程
$ express nodejs-ansible
$ cd nodejs-ansible
$ npm install
验证服务器可以work
$ npm start
$ curl http://localhost:3000
<!DOCTYPE html><html><head><title>Express</title><link rel="stylesheet" href=http://www.mamicode.com/"/stylesheets/style.css"><body> Welcome to ExpressExpress