Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Make sure to update Makefile.common such way there is an entry for your machine. Note that machine name is an arbitrary choice. Simply, make sure not to pick one that already exists. Please make sure to add your own entry without altering the others.

...

  1. You

...

  1. need

...

  1. an

...

  1. entry

...

  1. similar

...

  1. to

...

  1. this

...

  1. one

...


  1. ifeq

...

  1. ($(MACHINE),your_machine_name)

...

  1. #

...

  1. <-

...

  1. make

...

  1. sure

...

  1. to

...

  1. use

...

  1. the

...

  1. very

...

  1. same

...

  1. name

...

  1. as

...

  1. the

...

  1. name

...

  1. exported

...

  1. inside

...

  1. MACHINE

...

  1. variable

...


  1. WSDL_URL

...

  1. :=

...

  1. https://address.of.itmcatalog.installation/itmcatalog/api/server.php?wsdl

...

  1. #

...

  1. <-

...

  1. you

...

  1. need

...

  1. these

...

  1. two

...

  1. entries

...


  1. WS_URL

...

  1. :=

...

  1. https://address.of.itmcatalog.installation/itmcatalog/api/server.php

...


  1. else

...

  1. ifeq

...

  1. ($(MACHINE),gateway)

...


  1. ...

...


  1. ...

Updating dbAPI/database.properties 

...