Skip to content

Commit e1bde46

Browse files
Update hosting-notes.md
1 parent c0ba631 commit e1bde46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hosting-notes.md

+7
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,10 @@ make the gunicorn_start file executable:
153153
`chmod u+x /home/user/bin/gunicorn_start`
154154

155155
### Add ip address to django settings ALLOWED_HOSTS['...']
156+
157+
### Install Nodejs
158+
```
159+
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
160+
sudo apt-get install -y nodejs
161+
node --version
162+
```

0 commit comments

Comments
 (0)