Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cbusuioceanu/webdollar-node-fast-install

Configure your server as a WebDollar Node. Fast and easy!
https://github.com/cbusuioceanu/webdollar-node-fast-install

install-script webdollar-fullnode-install webdollar-node

Last synced: about 1 month ago
JSON representation

Configure your server as a WebDollar Node. Fast and easy!

Awesome Lists containing this project

README

        

# WebDollar Node Fast Install [![Build Status](https://travis-ci.org/cbusuioceanu/WebDollar-Node-Fast-Install.svg?branch=master)](https://travis-ci.org/cbusuioceanu/WebDollar-Node-Fast-Install)
Configure your server as a WebDollar Node. Fast and easy!

#### 1. git clone https://github.com/cbusuioceanu/WebDollar-Node-Fast-Install.git
#### 2. execute: ```sudo su``` then ```bash install-fullnode.sh``` or ```./install-fullnode.sh```
#### 3. Now you should run custom_start.sh script. If you don't have it, do:
#### ```git clone https://github.com/cbusuioceanu/WebDollar-Node-Custom-Start.git```
#### execute: ```sudo su``` then ```bash start-fullnode.sh``` or ```./start-fullnode.sh```
#### 4. Done!

## Troubleshooting

#### 1. If you get a permission denied message when running ./node-install.sh, run the command:
```chmod +x install-fullnode.sh```