Thanks.
discoveryws gives an error:
'discoveryws' has an unmet dependency:
'webservice' has an unmet dependency:
'webauth' has an unmet dependency:
'webserver' ran into an error:
cannot import a Python module
'nox.webapps.webserver.webserver':
Traceback (most recent call last):
File "./nox/webapps/webserver/webserver.py", line 22, in
<module>
from OpenSSL import crypto, SSL
ImportError: No module named OpenSSL
On Thu, Jul 12, 2012 at 6:18 PM, Murphy McCauley
<[email protected]>wrote:
> You'll also need to start the discoveryws component.
>
> I think the server starts on port 8000 or 8888, but I don't remember for
> sure. You can also specify it manually by starting up the webserver
> component manually on the commandline (e.g., webserver=port=80).
>
> You can see the paths that discoveryws registers by looking in the source.
> e.g., on line 111, you can see that it registers http://
> .../ws.v1/topology.
>
> Hope that helps.
>
> -- Murphy
>
> On Jul 12, 2012, at 3:09 PM, Vishal wrote:
>
> > i have started the nox as follows:
> >
> > ./nox_core -i ptcp: discovery topology
> >
> > How can i access the topology from the browser?
> >
> > basically, whats the URL to view it ?
> >
> > is there a particular port number ?
>
>