To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.

Installation for offline research environments

I work with healthcare data in an offline research environment (i.e. no internet connectivity). I'm unable to run ProM because I cannot connect to the package repository. 

I found instructions for downloading a local copy of the package repository using wget -r -l 0 http://packages.promtools.org/  - however this only downloads the index page.

I'm uncertain what to try next - does anyone have any ideas / solved this problem before?

Comments

  • Hi,

    Most likely, this was due to the fact that directory listings were disabled on the server. Directory listing have now been enabled.

    For which version of ProM are you trying to download the package repository? Usiing the wget as mentioned above will download the entire site with all packages of all versions. That may be a bit too much. Some examples which directories to download may help:
    After having downloaded the proper directory to a local directory, you can change the PACKAGE_URL in the ProM.ini file to something like follows:
    PACKAGE_URL = file:packages610/packages.xml
    This assumes that you downloaded everything into a local packages610 directory.

    A warning: If you download a directory prior 6.9 or Lite 1.3, then this directory will contain URLs that link back to our repository. As a result, when installing the packages, our repository will still be contacted, which is not what you want.

    Kind regards,
    Eric.


  • That's perfect - download worked as expected - thank you!
Sign In or Register to comment.