-
Notifications
You must be signed in to change notification settings - Fork 12
Fix node installation path #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
aweli
commented
Mar 9, 2019
- redis.conf can only be edited as root
- fix node path
- add emphasis on opening port on the router as well
- simplify editing of ufw
dangeross
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the pull request @awerffeli, I've made some comments below
| $ tar -xf node-v10.15.1-linux-armv7l.tar.xz | ||
| $ sudo mkdir /usr/local/lib/nodejs/node-v10.15.1 | ||
| $ mv node-v10.15.1-linux-armv7l.tar.xz/* /usr/local/lib/nodejs/node-v10.15.1 | ||
| $ sudo tar -xf node-v10.15.1-linux-armv7l.tar.xz -C /usr/local/lib/nodejs/node-v10.15.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should remove this line, as a secondary extract of the tar file to /usr/local/lib/nodejs/node-v10.15.1 is no longer needed
| $ ufw reload | ||
| $ sudo ufw allow 3000 comment 'allow LndHub' | ||
| $ sudo ufw reload | ||
| $ exit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove, if we're not doing the sudo su
|
aweli:patch-1 |
|
Listo |
josepcory30-droid
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
List