This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
********************************************* | |
SLIDES ARE AVAILABLE ONLINE ... MOSTLY | |
'http://events.linuxfoundation.org/events/node-interactive/program/agenda' | |
********************************************* | |
// there is a node certification coming | |
'https://nodejs.org/en/foundation/education/' | |
// interesting talks | |
- 'taking your server to ludicrous speed': 'http://sched.co/AtiP' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 0.0 | |
os: linux | |
files: | |
- source: / | |
destination: /home/ec2-user/node | |
permissions: | |
- object: /home/ec2-user | |
owner: ec2-user | |
group: ec2-user | |
type: |