Windows pre-requisites. You can use the Web Platform Installer to set up IIS, .NET 4 and ASP.NET MVC.
Download the MSI installer from http://app.ironfoundry.me/download
You'll need to know the following information prior to installation:
NATS user and password. They will be found in the nats_server.yml
or the cloud_controller.yml
file, in the mbus:
setting. If you have built your Cloud Foundry environment from vcap_dev_setup
, the credentials will be nats/nats
. Enter these values in the installation UI. The service will be installed and set to automatically start. You should be able to confirm successful start by looking in the log files here:
C:\Program Files\Iron Foundry\DEA\logs
You can also install the MSI from the command line using properties:
C:\>start /wait msiexec /i IronFoundry.DEA.Service.x64.msi NATSHOST=10.0.0.1 NATSUSER=nats NATSPASSWORD=nats /l*v install.log