Skip to content

palominolabs/tech-talk-jenkins

Repository files navigation

Local Testing

  1. Create local Vagrant environment: vagrant up
  2. Test SSH: vagrant ssh
  3. Get vagrant SSH configuration: vagrant ssh-config
  4. Install chef solo:
knife solo prepare vagrant@localhost --ssh-port 2200 --identity-file ~/.vagrant.d/insecure_private_key
  1. Apply the cookbook:
knife solo cook vagrant@localhost --ssh-port 2200 --identity-file ~/.vagrant.d/insecure_private_key

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages