Swagger-editor on linux
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2023
05:17 PM
03-01-2023
05:17 PM
Swagger-editor on linux
Hello Everyone,
I hope everyone is doing well. Thank you for this wonderful community. My question is:
Actually i ma trying to install swagger-editor on my linux server which is on prem. I wanted to know if there is a way to install swagger-editor on my machine without npm node and docker and access it from anywhere and any machine. Please guide me. I downloaded the binary zip from github and unzipped it but i couldnt find the swagger-editor file to run ./ swagger-editor. That is where i am stuck. Please help
I hope everyone is doing well. Thank you for this wonderful community. My question is:
Actually i ma trying to install swagger-editor on my linux server which is on prem. I wanted to know if there is a way to install swagger-editor on my machine without npm node and docker and access it from anywhere and any machine. Please guide me. I downloaded the binary zip from github and unzipped it but i couldnt find the swagger-editor file to run ./ swagger-editor. That is where i am stuck. Please help
Labels:
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2023
08:20 AM
03-02-2023
08:20 AM
Hi @coolsanjayz ,
Swagger Editor is a web application, and it doesn't come as an executable. You would need to serve it up with some HTTP Server (Apache, NGinx, Caddy, to name a few).
If you want to avoid npm, you can use the bundle via a CDN, here is a minimal HTML that uses that: https://gist.github.com/ponelat/74aa5ca231cd43e2ff42580b775ace11
