Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

SetupMacports

lemenkov edited this page Aug 9, 2012 · 6 revisions
  • Download with Git these ports.

  • Edit your /opt/local/etc/macports/sources.conf and add the full path to the ports downloaded at a previous step above any other source addresses:

    file:///full/path/to/macports-personal
    rsync://rsync.macports.org/release/ports/ [default]

  • Run sudo port install erlrtpproxy

  • Edit /opt/local/etc/erlrtpproxy.config (or /etc/erlrtpproxy.config - depends on the installation process)

  • Adjust open files limit (256 by default, which is insufficient for normal operation). See this HOWTO for details.

  • Run erlrtpproxy with this script. Note - this script is just an example and it's possible that you will need to edit it according to your configuration. But I hope that it will work for most of the cases.

Clone this wiki locally