Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 642 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 642 Bytes

Vagrantfile-Ubuntu-Node

Personal-use Vagrantfile for Ubuntu-Node.js(-Nginx) environments with VirtualBox and AWS providers

Usage

VirtualBox

$ vagrant up

AWS provider

In AWS provider configurations, change aws.access_key_id, aws.secret_access_key, aws.keypair_name, aws.subnet_id, aws.security_groups, and override.ssh.private_key_path to appropriate values, and then

$ vagrant up --provider=aws

License

MIT

See Also