Auto deployment of web application
-
Hello, We have a desktop application which interacts with the devices in Local Area Network using our own proprietary protocol. We are planning to put some features on a web and mobile application. I have created a website using HTML5/AngularJS and a WCF service to access the features. The website is configured and deployed on IIS server on my development machine. We wanted to provide a installer to the customers to deploy the website on the machine in which desktop application is installed, so that they can access the website on mobile and other platforms. Is there a way to create a installer that will ask port number and deploy website automatically and allow user to access the website using URL such as http://localhost:1234/Myapp OR http://<hosted system IP address>:1234/MyApp. Found similar things : Perforce(p4Web), TeamCity, Atlassian(Crucible). Don't know how to achieve this. Thanks in advance!!!
Praveen Raghuvanshi Software Developer