- From: Jim Schaad <ietf@augustcellars.com>
- Date: Fri, 25 Mar 2016 12:47:44 -0700
- To: "'Michael[tm] Smith'" <mike@w3.org>
- Cc: <public-webcrypto@w3.org>
Right - so my first fail was using the wrong command line. I was running the built in simple server from python. (python -m simpleHTTPServer) My second fail is that the scripts are setup to use python 2.7 and 3.4 will not work for a number of reasons (syntax error, urllib2 no longer existing, ...) My third fail is that I do not have openssl my command line and the application quietly fails without telling me that. When I get a chance I will see if I can get to a fourth fail. Jim > -----Original Message----- > From: Michael[tm] Smith [mailto:mike@w3.org] > Sent: Friday, March 25, 2016 11:51 AM > To: Jim Schaad <ietf@augustcellars.com> > Cc: public-webcrypto@w3.org > Subject: Re: Local web server > > Hi Jim, > > Jim Schaad <ietf@augustcellars.com>, 2016-03-25 10:27 -0700: > > > > So I tried using the simple python server as suggested in today's > > tutorial. It has a problem in that it only supports GET and not POST. > > What command did you use to start it? > > What you want to be doing is running the `serve` (python) executable in the root > of your web-platform-tests clone, like this: > > cd web-platform-tests && ./serve > > That will do some checks and some automatic configuration and then start a > Web server that listens on port 8000 by default, and several other ports. > > If that fails for you I can help you troubleshoot it. > > Also I’m around on #testing on irc.w3.org if you want to try troubleshooting in > real time. Either that or if there’s some other chat/IM system you want to use > instead, lemme know and we can use that. > > —Mike > > -- > Michael[tm] Smith https://people.w3.org/mike
Received on Friday, 25 March 2016 19:48:11 UTC