Open mehmetaydar opened 6 years ago
What OS are you using? Based upon the url http://ip:9000, I would guess that your host ip isn't being set correctly. You can set the environment variable APPLICATION_URL to your host IP (not the loopback of 127.0.0.1). Then do build and start again.
@brycecurtis where can I set the environment variable APPLICATION_URL to my host IP?
@brycecurtis I am using Ubuntu. I am trying to access it from my windows machine. I am able to run the von-network, TheOrgBook, and permitify from the latest bcgov repositories. However I am unable to make this tutorial work. It would be nice if you run this tutorial by deriving from the latest bcgov repositories, or provide the instructions about how to do it. Best.
@mehmetaydar This tutorial is provided as a learning experience and was based upon the latest bcgov repositories at the time it was written. As you know, the bcgov code has changed significantly since this tutorial. There are no plans to update the tutorial, and at some point we will mark as deprecated. However, we do have a live version of the tutorial running at https://indyworld.vcreds.org if you can't get it running locally.
Built von-network using:
./manage build
. Getting the following error while starting it,./manage start
http://ip:9000/ and http://ip:9000/ are not coming up.