Author Topic: running web client in browser  (Read 1272 times)

0 Members and 1 Guest are viewing this topic.

Offline pianist

  • Newbie
  • *
  • Posts: 2
    • View Profile
Thanks! I copied static files, set path in config and now it works fine :)


Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
Welcome to the community!
I think what you want to achieve is described over here:
http://wiki.bitshares.org/index.php/BitShares/Clients#Web-Frontend

Offline pianist

  • Newbie
  • *
  • Posts: 2
    • View Profile
I want to run Bitshares client on server and use it in my browser. Here is my plan:
1. start bitshares_client as usual, binf it to localhost
2. start web_client locally (HOW CAN I DO THIS?)
3. proxy it with nginx, closed with http authorization and https secure connection

Nevertheless, when I explore web_client directory I can't find any docs how to start the client.

Can anyone help me?