-
Published Answer
I finally solved this problem!
The answer was to downgrade Node.js to version 0.10.40. When I wrote the above, I was runni…
•
By
johnstephens
-
Published Question
I have 2 Ghost blogs on a Digital Ocean server running:
Ubuntu 14.04.3 LTS
Nginx 1.4.6 (Ubuntu)
Node v0.12.7
I used the instructions provided by Digital Ocean (https://www.digitalocean.com/community/tutorials/how-to-s...
1
•
•
By
johnstephens
Node.js
Ghost
Nginx
-
Published Answer
</code> Ugh, there’s no edit button, and my code element wasn’t closed.
•
By
johnstephens
-
Published Answer
Yes, It works immediately now whenever I log in fresh. The only time it doesn’t work is when I switch user to my username with <cod…
•
By
johnstephens
-
Published Answer
So, for reasons that are probably obvious to the seasoned VPS pros out there, this solution was not robust enough, and I needed to …
•
By
johnstephens
-
Published Answer
Thanks again, Kamal! It’s obvious I need to learn nginx soon. I’m just glad to get it working!
•
By
johnstephens
-
Published Answer
Hi Kamal!
<br>
<br>I just appended the two commands to the bottom of my .bashrc, as if it were a shell script:
<br>
<br><pre><code>…
•
By
johnstephens
-
Published Answer
I found a solution, that someone else shared in the IRC channel:
<br>
<br><code>
<br>$ setcap ‘capnetbind_service=+ep’ /path/to/....
•
By
johnstephens
-
Published Answer
Oy, my links did not show up in the previous post. Here they are:
<br>
<br>Tutorial: How To Install Node.js with NVM (Node Version …
•
By
johnstephens
-
Published Question
Whenever I log in or switch back to my main user account, the shell throws "command not found" errors for node and npm. In order to make it work, I have to run $ source ~/.profile; npm use 0.10.17. After that, the nod...
7
•
•
By
johnstephens
-
Published Question
Hi! I followed the instructions here, https://www.digitalocean.com/community/articles/how-to-install-node-js-with-nvm-node-version-manager-on-a-vps, and I got a Node app up and running on port 3000. When I direct requ...
10
•
•
By
johnstephens