Non Vagrant install script

Any way we could have an installation script similar to the vagrant file that would set up and install the dependencies just like with the vagrant installation but not running on a box configured using the localhost forwarding.

Or would someone be able to provide a step by step overview of how to change the installation generated by vagrant into a version that does not run on localhost but can run on a ip/hostname ?

Hello. With some recent updates, you can change your VM to use the host’s IP address instead of localhost by putting something like the following in env/env.sh:
export KOBO_SERVER_IP=192.168.1.113
export KOBOFORM_SERVER_PORT=80 # OPTIONAL

···

On Wednesday, June 24, 2015 at 10:24:12 AM UTC-4, KGK wrote:

Any way we could have an installation script similar to the vagrant file that would set up and install the dependencies just like with the vagrant installation but not running on a box configured using the localhost forwarding.

Or would someone be able to provide a step by step overview of how to change the installation generated by vagrant into a version that does not run on localhost but can run on a ip/hostname ?