Versions Compared

Key

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

...

1. In openlmis-blue's compose file, comment requisition service section (so blue will start without it).
2. Add network_mode: "host" parameter to nginx container in openlmis-blue compose file.
3. Run openlmis-blue as normal.
4. Enter requisition's folder, and edit your .env file to have it's VIRTUAL_HOST and CONSUL_HOST values the same as in openlmis-blue.
5. Run service as usual with docker-compose run --service-ports requisition.
6. Run npm install.
7. Run gradle consulRegistration.
8. Run gradle bootRun --debug-jvm
9. Attach debugger in your IDE.

...