January 15, 2022
Creating new Spring MVC project
4) Create repository on GitHub.com
6) Download Apache Tomcat server from https://tomcat.apache.org/ (.zip file)
8) Run -> Edit configuration ->
9) Ok -> Restart InlelliJ IDEA
11) If "apache tomcat error=13 permission denied" then
chmod a+x /path/to/tomcat/bin/catalina.sh
13) git commit -m 'run server'