Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.13 KB

Mini-Course on Software Automation

The intention of this course is to show how simple can be starting your software automation. Learning from creating a virtual environment to building and deploying a simple maven project.

You can subscribe to Cyborg Developer initiative list to receive this bonus course directly to your inbox.

What's your biggest challenge to start automating your software today? Send the answer to [email protected] and I will help you on this journey to reduce project stress. If you prefer, send me a tweet @rcmoutinho.

Howto

  • Install VirtualBox
  • Install Vagrant
  • Clone this project
    • You may fork and apply your project configuration.
    • This is the best way to learn, practice!
  • Execute at project root folder vagrant up
  • At the end of this process, you will have an Ubuntu Server with Java, Tomcat, Maven and a web app deployed.
  • Woohoo!
  • Enjoy!