Advertisement
Guest User

Untitled

a guest
May 26th, 2015
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. #Check Java & Tomcat installs before running the command below
  2. #choco install jdk7 -y
  3. #choco install jdk8 -y
  4. #choco install tomcat -y -packageparameters "/installLocation=C:\DEV_tools\ApacheTomcat"
  5. #Install Eclipse flavour manually (STS recommended)
  6. choco install maven -y
  7. choco install nodejs -y
  8. #choco install svn -version 1.7.9 -y
  9. #Choco doesn't support old tortoiseSVN
  10. #choco install tortoisesvn -version 1.7.12
  11.  
  12. choco install python2 -y
  13. choco install logexpert -y
  14. choco install git -y
  15. cinst poshgit -y
  16.  
  17. choco install git-credential-winstore -y
  18. choco install sourcetree -y
  19. choco install curl -y
  20. choco install fiddler4 -y
  21. choco install nodejs.install -y
  22. choco install mysql -y
  23. choco install mysql.workbench -y
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement