Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit de62228

Browse files
committed
Updates the README file information on node.js, remote servers, and setting the port number.
1 parent 24022b6 commit de62228

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
[![Build Status](https://travis-ci.org/OpenBazaar/OpenBazaar-Client.svg)](https://travis-ci.org/OpenBazaar/OpenBazaar-Client)
44
[![Slack Status](http://slack.openbazaar.org/badge.svg)](https://openbazaar-slackin-drwasho.herokuapp.com/)
55

6-
You **must** be running the [OpenBazaar backend](https://github.com/OpenBazaar/OpenBazaar-Server) for the client to work!
6+
You **must** be running the [OpenBazaar backend](https://github.com/OpenBazaar/OpenBazaar-Server) for the client to work!
7+
If you are using a remote server (a server on a different computer) your connection will fail on the first install, and you will need to enter the information for the remote server as a new connection.
78

89
Dependencies
910
-----------
1011

11-
- [NodeJS](https://nodejs.org/en/) v4.x LTS
12-
- Linux: `sudo apt-get install nodejs-legacy`
13-
- OSX using [homebrew](http://brew.sh/): `brew install homebrew/versions/node4-lts`
12+
- [NodeJS](https://nodejs.org/en/download/) v6.x
13+
- Install via [Package Manager] (https://nodejs.org/en/download/package-manager/)
1414
- Ensure that `npm` is added to your `PATH`!
1515

1616
Running
@@ -25,7 +25,7 @@ Running
2525
4. Run the client
2626
- `npm start`
2727

28-
Remember you must be running the [OpenBazaar-Server](https://github.com/OpenBazaar/OpenBazaar-Server) for the client to function properly. If you want to access the test network (testnet), run the server using the `-t` flag (e.g. `$ python openbazaard.py start -t`).
28+
Remember you must be running the [OpenBazaar-Server](https://github.com/OpenBazaar/OpenBazaar-Server) for the client to function properly. If you want to access the test network (testnet), run the server using the `-t` flag (e.g. `$ python openbazaard.py start -t`). If your router blocks your port after starting and stopping the server, you can set your server to a new port with the '-p' flag (-p followed by a port number).
2929

3030
If the server component has not generated a GUID (which happens only once, when the server is first started), then the client will not fully start up until the GUID is created.
3131

0 commit comments

Comments
 (0)