Reputation: 3605
I've requirement to share static html pages within intranet. I figured out that http.server
is working perfectly for this purpose.
python -m http.server 8080
Instead of keeping terminal open, I want to run the command in background.
Upvotes: 1
Views: 3044
Reputation: 3605
Found answer in post
Run python in terminal and dont terminate it when terminal is closed
This question can be marked duplicate of above post than one suggested by comment
Thanks & Regards, Vikram
Upvotes: 3