Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


Install the tools you will need with the windows package manager chocolatey

...

          FROM elasticsearch:6.2.4

  • In command prompt, change your working directory 'C:\docker' and type in the following command (please include the dot at the end of command)

          docker build -t elasticsearch:6.2.4 . 

  • To get the image ID, type in the following command

...

  • Additionally, pasting http://192.168.99.100:9200/ into a google chrome browser should get an elastic search REST response

...

          However, it may not fix it the second time. If this is the case, download a suitable REST client (https://www.getpostman.com/)

          Enter the URL http://192.168.99.100:9200/_all (check the IP matches that of your docker → use "docker-machine ls" in a cmd prompt

          Choose DELETE and click Send

...

  • Concerns takes a long time to load through the UI (http://local.sm.com/concerns/)
  • Notifications takes a long time to load through the UI (http://local.sm.com/notifications)
  • Can't run git pull (or git clone) on SM's windows machine - ok on Ola's
  • clean package spring-boot:run -Drun.jvmArguments=-Dspring.profiles.active=local → See above (had to set = local in intellij)
  • Having to update spring.profiles.active=local in application.properties (related to/same as ^)
  • Script to create docker container + elastic search etc
  • script to get all the packages up and running - incorporate git pull and spring-boot:run etc
  • Manually having to update 
    <groupId>com.transformuk.hee</groupId>
    <artifactId>reference-client</artifactId>
    <version>2.1.2</version>
    Is this ^ an issue?