-
Published Answer
quotes were missing (they were there before I tried mandrill though).
<br>
<br>I fixed quotes and added config.action_mailer.defaul…
•
By
abachuk
-
Published Answer
low end for sure, I send emails to register new users. I set up mandrill, sfp, DKIM and still emails go to spam (hotmail, gmail)……
•
By
abachuk
-
Published Answer
I’ll try mandrill, after setting up postfix and SPF all emails go to spam… so it’s not very reliable. Thank you.
•
By
abachuk
-
Published Question
Running Rails 4 wih passenger, when attempt to send email it crashes with Completed 500 Internal Server Error (in the log).
Do I need to set up Postfix in order to send emails from the app?
My prduction SMTP settings...
6
•
•
By
abachuk
-
Published Answer
I was able to make it work. Here are details for those who have same issues
<br>http://alexbachuk.com/launch-rails-4-application-wi…
•
By
abachuk
-
Published Answer
yes. I also tried to launch with one click install. Rails 3 works fine. But rails 4 doesn’t work anywhere. Not sure why. I guess I …
•
By
abachuk
-
Published Answer
nginx.config - I have
<br>passengerroot /home/abachuk/.rvm/gems/ruby-2.0.0-p247/gems/passenger-4.0.17;
<br>passengerruby /home/a…
•
By
abachuk
-
Published Answer
changed. Now I have. Restarted nginx and still see 403 forbidden.
<br>drwxr-xr-x 9 www-data www-data 4096 Sep 11 11:36 app
<br>drwx…
•
By
abachuk
-
Published Answer
the output is. Made public folder (chmod -R 755) ‘public’
<br>drwxr-xr-x 9 abachuk abachuk 4096 Sep 11 11:36 app
<br>drwxr-xr-x 2 a…
•
By
abachuk
-
Published Question
Installed nginx, passenger 4.0.17, node, rails 4 and ruby 2, git and all gems.
nginx config:
server {
listen 80;
server_name 162.243.1.111;
root /home/abachuk/myapp/public;
passenger_enabled ...
11
•
•
By
abachuk
-
Published Answer
I had to define site_url in wp-config. It fixed the issue. Thanks
•
By
abachuk
-
Published Answer
Answer by Michael worked, Thank you.
<br>But if I try to log in to WordPress (/wp-admin) it redirects to IP instead of using domai…
•
By
abachuk
-
Published Answer
I was able to set up git repo (/app/myappname.git) and push my code there, however after I pushed it, I don’t see it remotely. When…
•
By
abachuk
-
Published Answer
ok, great. I’ll wait for the article then. Thanks.
•
By
abachuk
-
Published Answer
I will try that. What about setting up repo on DO droplet and use it to push changes from local computer instead of pulling from gi…
•
By
abachuk
-
Published Answer
Thanks. Getting this error.
<br>
<br>Permission denied (publickey).
<br>fatal: The remote end hung up unexpectedly
<br>
<br>Is ther…
•
By
abachuk
-
Published Answer
yes, it’s private repo. It doesn’t have to be github, I just want to push changes from local computer to DO server, I like how hero…
•
By
abachuk
-
Published Answer
I added new user, installed git, init git and added github repo as origin, added ssh key (local machine), now how do I authorize to…
•
By
abachuk
-
Published Answer
Thank you!!!
•
By
abachuk
-
Published Question
I installed node, npm and mongodb on my dropplet and now wondering how to deploy my local node app to the server.
13
•
•
By
abachuk