paypal / AATT

Automated Accessibility Testing Tool
BSD 3-Clause "New" or "Revised" License
602 stars 106 forks source link

allow other port than port 80 #1

Closed ginader closed 9 years ago

ginader commented 9 years ago

please add a param that allows starting the server on another port than 80

mpnkhan commented 9 years ago

Hi Dirk , Thanks for the filing this issue. Your contributions are most welcome :+1:

ginader commented 9 years ago

thanks @mpnkhan! It would be even better if that port could be a command line argument so the users of your script don't have to modify your code to use it (makes updating easier). See here for good example code on how to achieve this: http://blog.npmjs.org/post/119377806820/making-your-command-line-tool-configurable

vick08 commented 9 years ago

Great idea!

mpnkhan commented 9 years ago

This Pull request from @nikulkarni , https://github.com/paypal/AATT/pull/4 fixes this issue . Thanks @nikulkarni and Thank you @ginader