Questions tagged as 'heroku'

2
answers

Copy files from one remote to another using GIT

I have two remotes configured, the origin (repository in heroku) and github (repository in github). In my local repository I made several changes but I gave the push only in the origin, leaving the github without updates and commits. Now I would...
asked by 17.03.2015 / 18:34
2
answers

Heroku deploy with bower-rails

I have gem 'bower-rails' installed in my application but when deploy I have the following error: I added the gem rails_12factor I'm using buildpack : heroku buildpacks:set https://github.com/heroku/heroku-buildpack-ruby...
asked by 22.05.2015 / 16:44
1
answer

Error uploading a NodeJS application in Heroku

While running the eating: git push heroku master LOG: -----> Node.js app detected parse error: Unfinished string ! Unable to parse package.json -----> Build failed We're sorry this build is failing! You can troubleshoot c...
asked by 04.05.2017 / 18:28
1
answer

Migration to Heroku

I am migrating the DB from my app to Heroku , deploy worked: $ git push heroku master When trying to migrate the database according to the command $ heroku run rake db:migrate does not work and returns the followi...
asked by 25.02.2015 / 17:35
1
answer

Update files after deploy in Heroku

I deployed my Node.js application to Heroku for the first time and it is working perfectly. However, I edited a file and need to update it, how can I do that? Should I use git push heroku master again or is there another command to use in...
asked by 18.07.2015 / 02:59
1
answer

Uploading Ruby on Rails application to Heroku

I completely followed what was written in this tutorial and I got this error: root@neuber-HP-EliteBook-8460p:/home/neuber/node-js-sample/franca# git push heroku master Warning: Permanently added the RSA host key for IP address '50.19.85.154'...
asked by 30.05.2014 / 23:42
2
answers

How to set up your own domain in Heroku?

I bought a domain and I need to configure it with my application that is in Heroku. How to do this?     
asked by 14.05.2014 / 16:24
1
answer

Heroku - Connetar with mongoDB addon mLab

I need to connect to the Mongo database using the mLO addOn. But I'm not able to insert or list, when running in local mode is working. I have the variable set: Anyideawhatitmightbe?Myapp.jsvarexpress=require('express');varpath=require('path...
asked by 29.10.2016 / 12:45
1
answer

HEROKU connect to mysql database

I'm doing reverse engineering on a system, and I want to use the same database as the old system. But I am not able to connect the system bank in production with this database. And for being in MYSQL I'm using the mysql2 gem, as follows: herok...
asked by 03.10.2016 / 19:03
0
answers

How to install npm on Heroku server?

Greeting for all, Recently I sent a Laravel project with VueJs to the Heroku server, and I noticed that it did not recognize my App.js file where the VueJs methods are located, that file is in the public folder, so there was no reason not to...
asked by 29.10.2017 / 12:12