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.
- 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.
- Access your browser http://localhost:8080/maven-web
- Woohoo!
- Enjoy!