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
After cloning the repository, open the solution which opens both the server and client projects
Publish both projects using the existing publish profiles.
The published folder should be at the solution root, and will contain both the client and the server binaries.
Transfer the published binaries to your VM.
Modify the appsettings.json file in the 'Rabbit.Test.Web' folder. Under "BrokerConnection", modify the Host, Username, and Password for the rabbit login.
Create a regular IIS Website, default log in and non-TLS will suffce, and point the directory to the location of the 'Rabbit.Test.Web' folder.