Single Linux host install

Hi,

We're new to quantrocket and without much free devops capacity.

Is there a simple way to install it on a single Linux host without relying on our domain (similar to the Windows install)? We'd use an on-demand cloud instance in AWS to install in a single box.

We have a number of reasons to do this:

  • want to make sure it's not visible from outside our VPN
  • we'll only use the data loader component, not the simulations
  • simplicity, we'd like to avoid modifying domain settings

Thanks

I think you can just follow the Linux tutorial and instead of going to http://localhost:1969, go to http://private_ip_of_box:1969

Thanks, Brian! Not sure how I missed that document.

Mark