quick updates
This commit is contained in:
parent
aed10a5a3b
commit
7f3b77f86f
@ -65,7 +65,7 @@ Node.js is required for running the [Gab Social](https://code.gab.com/gab/social
|
|||||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
|
||||||
|
|
||||||
# Install the Node.js runtime
|
# Install the Node.js runtime
|
||||||
nvm install 10.15.3
|
nvm install --lts 10.16
|
||||||
|
|
||||||
# Install Yarn
|
# Install Yarn
|
||||||
npm install -g yarn
|
npm install -g yarn
|
||||||
|
@ -105,17 +105,17 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
|
|||||||
Refresh your user session to pick up the environment changes added by `nvm`. Then, let's install Node.js v10.15.3LTS, verify that it was installed correctly, and install Yarn:
|
Refresh your user session to pick up the environment changes added by `nvm`. Then, let's install Node.js v10.15.3LTS, verify that it was installed correctly, and install Yarn:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# ask NVM to install 10.15.3LTS
|
# ask NVM to install 10.16.1LTS
|
||||||
nvm install 10.15.3 --lts
|
nvm install --lts 10.16.1
|
||||||
|
|
||||||
# ask Node to print it's version number and exit.
|
# ask Node to print it's version number and exit.
|
||||||
node --version
|
node --version
|
||||||
|
|
||||||
# (should display)
|
# (should display)
|
||||||
v10.15.3
|
v10.16.1
|
||||||
|
|
||||||
# Install Yarn, globally
|
# Install Yarn, globally
|
||||||
npm install -g yarn
|
npm install -g yarn forever
|
||||||
```
|
```
|
||||||
|
|
||||||
#### rbenv, Ruby, Rails, Rake
|
#### rbenv, Ruby, Rails, Rake
|
||||||
@ -358,8 +358,6 @@ After that successfully completes, we will use the webroot method. This requires
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
systemctl start nginx
|
systemctl start nginx
|
||||||
# The certbot tool will ask if you want to keep the existing certificate or renew it. Choose to renew it.
|
|
||||||
certbot certonly --webroot -d example.com -w /home/gabsocial/live/public/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Automated Renewal Of Let's Encrypt Certificate
|
### Automated Renewal Of Let's Encrypt Certificate
|
||||||
|
Loading…
Reference in New Issue
Block a user