Select Grunt for the builder Use defaults for everything else in builder and deployer
The Vagrantfile is set up to DigitialOcean provider. Some setup required:
- In Vagrantfile
- Enter a API token: provider.token = ''
- Enter private key path: override.ssh.private_key_path = '/Users/pklicnik/Shovebox/VagrantFile-PK/keys/do'
- Generate a key pair using: ssh-keygen -t rsa
- In vagrant/users.txt, update
- pklicnik::::pklicnik:/home/pklicnik:/bin/bash
- (Vagrantfile creates a non-root user using the above)