cemac / forest-barc

ARCHIVED. BARC prototyping fork
https://barc-docs.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Experiment with running multiple instances on the dev server on different ports #58

Closed lecjlg closed 3 years ago

lecjlg commented 3 years ago

I have found how to run forest on different ports so I might look at running different versions on the dev server.

Cemac repo Dan's repo James' repo

lecjlg commented 3 years ago

Looks like I will need a conda env per instance as well

lecjlg commented 3 years ago

This is now working there are two instances of forest running on the dev server. The first is on the default 5006 port (Helens Cemac repo) the second is on port 5008 (Dans repo)

To do this you need to create a separate conda env for each instance and open the port in the firewall for the new instance to run.