You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gone through the Readme file and followed the steps, .exe has been generated but I am struggling with the installation of the .exe on the windows server 2016 baremetal. Can anyone please help with this ? Any detailed document or video will help.
Thanks in Advance!
The text was updated successfully, but these errors were encountered:
There aren't any detailed steps, at this moment, for the deployment of this particular plugin, but nomad has some decent documentation on how to configure the nomad client.
You will want to ensure where ever the win_iis.exe is being stored is where the plugin_dir path is looking.
plugin stanza will be used to enable the plugin on the system. I think by default, if the plugin is found, it is enabled, but to be safe, we want to explicitly set the enabled variable of the plugin.config stanza.
C:\\ProgramData is used only because that is how chocolatey installs the nomad software for tests, but for us (Roblox), we keep our nomad installation in C:\\Program Files
I hope this helps! If you are coming across any other problems, let me know! I will try to help you triage any issues going on. I recommend working with Nomad v1+ if you are able to.
Hi,
I have gone through the Readme file and followed the steps, .exe has been generated but I am struggling with the installation of the .exe on the windows server 2016 baremetal. Can anyone please help with this ? Any detailed document or video will help.
Thanks in Advance!
The text was updated successfully, but these errors were encountered: