-
Published Answer
I, [2013-12-12T19:45:54.866116 #15914] INFO – : listening on addr=/tmp/unicorn.projectname.sock fd=10
<br>I, [2013-12-12T19:45:54…
•
By
cj.miyake
-
Published Question
I started up a new rails project just to follow the tutorial posted on https://coderwall.com/p/yz8cha
Everything went well, capistrano deploy cold and updates are running fine (at least with no errors), however when I...
3
•
•
By
cj.miyake
-
Published Answer
woo hoo! getting closer (i think)
<br>
<br>*** [err :: 192.241.194.172] /etc/init.d/unicorn_contests: 25: kill:
<br>*** [err :: 192…
•
By
cj.miyake
-
Published Answer
Well it looks like my rails app is installed to root@estimaterer:/home/root/apps/contests/current per capistrano and git instructio…
•
By
cj.miyake
-
Published Answer
there is nothing in the error log. man this is frustrating!
•
By
cj.miyake
-
Published Answer
root@estimaterer:~# service nginx start
<br>Starting nginx: nginx.
<br>root@estimaterer:~# sudo netstat -plutn | grep :80
<br>tcp …
•
By
cj.miyake
-
Published Answer
Kamal…thank you so much for the help on this. My knowledge of VPS and deployment is obviously very much lacking and I really appr…
•
By
cj.miyake
-
Published Answer
@estimaterer:~# sudo service nginx start
<br>Starting nginx: nginx.
<br>@estimaterer:~# tail /var/log/nginx/error.log
<br>
<br>when…
•
By
cj.miyake
-
Published Answer
Thnaks for the reply
<br>I typed in sudo netstat -plutn | grep :80
<br>and got
<br>[code]
<br>tcp 0 0 127.0.0.1:8080 0.0.0.0:* LI…
•
By
cj.miyake
-
Published Question
I followed the tutorial on railscasts.com concerning deployment to a VPS and got after a couple adjustments ran cap deploy:setup and cap deploy:cold without getting back any errors. I ssh'd into my droplet and restart...
13
•
•
By
cj.miyake