This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# add "prisoner" in the jail you created before !! | |
# USAGE : ./add-user.sh <username> <password> <type> | |
# Type 1 : sftp jailed user ; Type 2 ssh jailed user | |
# A password will be auto-generated with pwgen (sudo apt install pwgen) | |
# Set your jail path wherever you want. | |
JAIL_PATH=/home/www/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Do a `git clone https://github.com/dashevo/bitcore-node-dash -b impr/getVersion` | |
- cd bitcore-node-dash | |
- npm install | |
- npm install insight-api-dash --S | |
- npm install insight-ui-dash --S | |
- cd $HOME/.bitcore/ | |
- vim or nano bitcore-node-dash.json | |
- paste [REF2] |