xiaoymin / blog-comments

blog-comments
0 stars 0 forks source link

Static Swagger JSON | swagger-bootstrap-ui #140

Open xiaoymin opened 5 years ago

xiaoymin commented 5 years ago

https://doc.xiaominfo.com/en/ui-front-static.html

swagger-bootstrap-ui Guide

vaibhavn commented 5 years ago

If anyone new for IIS then follow steps mentioned in following URL:

https://www.itnota.com/install-iis-windows/

In short:

  1. Programs and Features > Turn Windows features on or off
  2. Click on the Internet Information Services checkbox
  3. Open your browser and type in localhost and press ENTER
  4. Default website directory will be in 'C:\Inetpub\wwwroot' folder
    • You can paste 'swagger-bootstrap-ui-front' directory content in 'C:\inetpub\wwwroot'
  5. http://localhost/doc.html - You are done !

Start/stop website on IIS:

  1. Log on to the Web server computer as an administrator.
  2. Click Start, point to Settings, and then click Control Panel.
  3. Double-click Administrative Tools, and then double-click Internet Services Manager.
  4. Right-click the Web site that you want to start in the left pane, and then click Start/Stop.