-
Published Question
Hi Guys, I've been trying to install laravel 5.1 with Nginx, I've installed the php-fpm, is currently running on /var/run/php5-fpm.sock.
I've created my nginx config as follow:
```
server {
listen 80;
...
1
•
•
By
crysfel
Nginx
PHP
Deployment
PHP Frameworks
Ubuntu
-
Published Answer
Thank you so much for your help!! this works!! Just by running this:
<pre>
sudo apt-get install ca-certificates
</pre>
Regards
•
By
crysfel
-
Published Question
Hello there!
I have updated the ssl package in my ubuntu vs, I signed the new certificates and installed them correctly using nginx, when I access my website it works perfectly, however... seems like ruby is not getti...
2
•
•
By
crysfel
-
Published Answer
Yes! it works!! thank you so much for your help!!
<br>
<br>Regards
•
By
crysfel
-
Published Question
Hi Guys.
I have deployed a rails app on ubuntu using the on-click-install droplet, everything is working correctly except for some environment variables that are not been read by my app.
I have defined these variables...
4
•
•
By
crysfel
-
Published Answer
I found the solution!
<br>
<br>It’s also necessary to change the PATH in the /etc/init.d/unicorn file, by default is pointing to ru…
•
By
crysfel
-
Published Question
Hi Guys.
I have installed the one-click ruby-rails droplet following the tutorial, but I have to use ruby-1.9.3 because it's an old project that I want to migrate from heroku.
After installing the correct ruby and all...
4
•
•
By
crysfel