Advertisement
Guest User

Untitled

a guest
May 28th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. [global_config]
  2. enabled_plugins = CustomCommandsMenu, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, MavenPluginURLHandler, LaunchpadBugURLHandler
  3. suppress_multiple_term_dialog = True
  4. [keybindings]
  5. switch_to_tab_1 = Insert
  6. [profiles]
  7. [[default]]
  8. scrollback_lines = 900000
  9. background_type = image
  10. background_image = /home/felipe/Downloads/moto-harley-davidson-21.jpg
  11. exit_action = hold
  12. [[visto-system]]
  13. palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
  14. login_shell = True
  15. background_image = /home/felipe/Downloads/moto-harley-davidson-21.jpg
  16. background_darkness = 0.67
  17. scrollback_lines = 860
  18. background_type = image
  19. use_system_font = False
  20. exit_action = hold
  21. cursor_shape = ibeam
  22. font = Monospace Bold 10
  23. [layouts]
  24. [[default]]
  25. [[[child0]]]
  26. position = 0:27
  27. type = Window
  28. order = 0
  29. parent = ""
  30. size = 1362, 699
  31. [[[child1]]]
  32. position = 192
  33. type = VPaned
  34. order = 0
  35. parent = child0
  36. [[[child2]]]
  37. position = 684
  38. type = HPaned
  39. order = 0
  40. parent = child1
  41. [[[child5]]]
  42. position = 336
  43. type = VPaned
  44. order = 1
  45. parent = child1
  46. [[[child7]]]
  47. position = 684
  48. type = HPaned
  49. order = 1
  50. parent = child5
  51. [[[terminal3]]]
  52. profile = visto-system
  53. type = Terminal
  54. order = 0
  55. parent = child2
  56. title = DOCKER
  57. command = docker run --name vistoproxy --rm --add-host vistosystem:172.17.0.1 -v ~/dev/visto-system/visto-system-web/src/main/webapp/resources:/var/lib/arizona/visto-system-web/current/resources -it vistoproxy-docker;bash
  58. [[[terminal4]]]
  59. profile = visto-system
  60. type = Terminal
  61. order = 1
  62. parent = child2
  63. title = JBOSS
  64. command = sh /opt/jboss-dev-6.1.0/bin/standalone.sh
  65. [[[terminal6]]]
  66. profile = visto-system
  67. type = Terminal
  68. order = 0
  69. parent = child5
  70. title = LOCAL
  71. command=cd ~/dev/visto-system/;bash mvn clean install;bash
  72. [[[terminal9]]]
  73. profile = visto-system
  74. type = Terminal
  75. order = 1
  76. parent = child7
  77. title = VISTO_SYSTEM_EAR
  78. command=cd ~/dev/visto-system/visto-system-ear;bash
  79. [[[terminal8]]]
  80. profile = visto-system
  81. type = Terminal
  82. order = 0
  83. parent = child7
  84. title = PROXY
  85. command = "ssh -nNT -L 0.0.0.0:8081:localhost:8081 -L 0.0.0.0:8083:localhost:8083 -L 0.0.0.0:8084:localhost:8084 192.168.175.94"
  86. [plugins]
  87. [[CustomCommandsMenu]]
  88. [[[jboss]]]
  89. command = sh /opt/jboss-dev-6.1.0/bin/standalone.sh
  90. enabled = True
  91. name = START JBOSS
  92. [[[jboss_log]]]
  93. command = tail -f /opt/jboss-dev-6.1.0/standalone/logs/server.log
  94. enabled = True
  95. name = LOG JBOSS
  96. [[[jboss_undeploy]]]
  97. command = mvn jboss-as:undeploy -Djboss-as.hostname=arizona.local -Djboss-as.username=admin -Djboss-as.password=admin4infra!
  98. enabled = True
  99. name = UNDEPLOY JBOSS
  100. [[[visto-system]]]
  101. command = cd ~/dev/visto-system/
  102. enabled = True
  103. name = visto-system
  104. [[[START_DOCKER]]]
  105. command = docker run --name vistoproxy --rm --add-host vistosystem:172.17.0.1 -v ~/dev/visto-system/visto-system-web/src/main/webapp/resources:/var/lib/arizona/visto-system-web/current/resources -it vistoproxy-docker
  106. enabled = True
  107. name = START DOCKER
  108. [[[DELETE_ACTIVE_CONTAINER]]]
  109. command = docker rm --force `docker ps -qa`
  110. enabled = True
  111. name = DELETE ACTIVE CONTAINER
  112. [[[PROXY]]]
  113. command = ssh -nNT -L 0.0.0.0:8081:localhost:8081 -L 0.0.0.0:8083:localhost:8083 -L 0.0.0.0:8084:localhost:8084 192.168.175.94
  114. enabled = True
  115. name = START PROXY
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement