Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dju01 committed Feb 5, 2019
1 parent a0ad5bf commit ac7decd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -21,12 +21,12 @@ _Note:_ In order to GraftNode (also called the cryptonode) work properly 28680 (
- OS Linux, version - Needs Ubuntu 18.04 LTS Bionic (you have to install it yourself), Connections established from the Node are using P2P network. In order to work properly 28680 port should be opened for incoming and outgoing traffic.
- SMTP Server credentials (you have to do it yourself)
- MySQL server, version - was tested with 8.0.13
- .Net Core 2.1 SDK
- .Net Core 2.1 SDK
- Git
- Nginx
- 2 Bitcoin Wallet in testnet network - for internal transaction and for test-buyer (we propose for using App Copay).
- 2 Ethereum wallet in Ropsten network - for internal transaction and for test-buyer (we propose for using App Walleth).
- 1 Graft wallet in RTA testnet network (we propose for using App Graft Wallet).
- Nginx
- 2 Bitcoin Wallets in the testnet network - for internal transaction and for test-buyer (we propose using the App Copay).
- 2 Ethereum wallets in the Ropsten network - for internal transaction and for test-buyer (we propose using the App Walleth).
- 1 Graft wallet in the RTA testnet network (we propose using the App Graft Wallet).

# Install Prerequisites

Expand Down Expand Up @@ -83,7 +83,7 @@ sudo systemctl start mysql
```
**3.6. Login to mysql as root (password was created in 3.3):**
```
sudo mysql -u root -p
sudo mysql -u root -p
```
You stay in mysql>

Expand Down Expand Up @@ -144,7 +144,7 @@ exit
```
Include MySQL to autorun:
```
sudo systemctl enable mysql
sudo systemctl enable mysql
```
### 4. **Nginx** setup
> **_If nginx was installed for Payment Gateway you need doing only command marked bold._**
Expand Down

0 comments on commit ac7decd

Please sign in to comment.