Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/cbusuioceanu/webdollar-node-fast-install
- Owner: cbusuioceanu
- License: mit
- Created: 2018-05-24T14:44:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T11:08:25.000Z (over 6 years ago)
- Last Synced: 2024-05-02T04:46:59.683Z (9 months ago)
- Topics: install-script, webdollar-fullnode-install, webdollar-node
- Language: Shell
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```