1

I am trying run a harp server using harp server my-blog, it is served at localhost:9000. How do I visit that in Cloud9 ?

I have tried all possible solutions available on the web like

http://workspace-user.c9users.io:9000 http://workspace.user.c9users.io:9000

and even the 7-digit one using mysql-cli nothing worked well !

Diwakar Moturu
  • 652
  • 5
  • 13

1 Answers1

1

Yeah its working now, run harp this way, harp server [path] --port 8080

and in the browser go to http://workspace-username.c9users.io

Diwakar Moturu
  • 652
  • 5
  • 13