Posts by Italo Borges • 133 points
3 posts
-
1
votes1
answer97
viewsQ: Custom Taxonomy inside another Custom Taxonomy in Wordpress
I need to create the following hierarchy within the Wordpress admin: Category -> Product Line -> Product A product belongs to a line which in turn belongs to a category. I thought I’d create a…
-
1
votes1
answer299
viewsQ: Creating projects in Ruby on Rails
I need to create a system that will be the following: A common user view page that will access the site with a login and password for your area A page where a company X will check its registered…
-
1
votes2
answers118
viewsQ: Deploy with Capistrano - Comando su
I’m using Capistrano to deploy on Amazon. Capistrano + Unicorn + Nginx + Ec2 When I go to deploy:Cold, it gives the following error: servers: ["ec2-xx-xxx-xx-xx.sa-east-1.compute.amazonaws.com"]…