Heroku installation

  It is the first time that I use heroku. But I encountered some problems
installing it. Luckily, I resolved the problem.(In windows 8)

Step 1: Sign up for an account

Step2: Download the heroku toolbelt

Step3: Open your command line tool and type in "heroku login"

  Oops, errors pop up.

  Sorry, I forget the error messages :(

  But one thing can be sure: I could not login.

  So I began to wonder whether I had installed the heroku in a correct
way...

I typed "heroku help" in the command line and saw many
options.

Then I tried "heroku regions".

It asked me to sign in. And I signed in successfully(But
I could not sign in when I typed "heroku login")

It asked me whether to generate a public key. choose yes
of course.

And I thought I had fixed the problem and typed "heroku
login"

Wow, I succeeded signing in!

Step4: git clone a project from remote server. (I used heroku not because I
wanted to create a new app, but because I had to modify an existing app)

  Error happened again.

It says that I have no permission to that app. (How is
it possible!)

  Then, I tried "heroku keys:add" to upload the generated public key...

  But it is not done.

Next, I copied the .ssh directory from C:/User/XXX/ to
C:/Program files/Git/

  And Type the "git clone" again.

Then it started to download...

I hope this may help some people.

Heroku installation,码迷,mamicode.com

时间: 2024-10-12 17:08:28

Heroku installation的相关文章

Heroku 老牌云空间的部署方法

今天研究了 2小时解决了 免费云空间的问题 这篇文章的主角就是Heroku,他的基本服务都是免费的,并且是无限流量,无限空间,最大的优点就是支持git,支持一键部署,这里鄙视下百度云空间,所有服务都是收费的,在中国这么穷B的国度,不知道此策略能得到大家认可么? 进入主题 Heroku 很多人不知道,因为这个平台是主推Rails服务的,但是它也是完美的能兼容以下几种平台 Ruby PHP NODE.JS HTML 但是这个平台为什么是免费呢?因为它最主要的利润来源是数据库服务 这个是一个服务商的收

【Go web开发之revel+mgo】第11章 部署到heroku上

演示地址  http://gblog-revel.herokuapp.com/ 1.申请mongohq 关于如何在注册heroku和mongohq帐号,我在之前的blog里面有说明,http://blog.csdn.net/joveth/article/details/19999535 这里简单的说一下,还记得我们的models/dao.go文件里的NewDao方法中被注释的那一行吗? session, err := mgo.Dial("mongodb://omind:[email protec

Flyway Overview and Installation

https://flywaydb.org/documentation/ Flyway is an open-source database migration tool. It strongly favors simplicity and convention over configuration. It is based around just 7 basic commands: Migrate, Clean, Info, Validate, Undo, Baseline and Repair

the tomcat installation directory is not valid. It is missing excepted file or folder

问题描述 : the tomcat installation directory is not valid 原因 : 我在上一页没有选择apache tomcat 7.0,因为eclipse版本太低,只有到6.0的server供选择 所以这边就算把Name改成7.0,还是配置不了 解决方案: 安装更高版本的eclipse the tomcat installation directory is not valid. It is missing excepted file or folder,布布

qmlscene: could not find a Qt installation of ''

qt └── helloqt.qml 在qt目录下运行helloqt.qml文件时出现这个提示: $ qmlscene helloqt.qml qmlscene: could not find a Qt installation of '' 解决方法: 在home里的.config下建个目录qtchooser: cd ~/.config mkdir qtchooser 然后添加default.conf文件,添加qt的bin和lib.即在 ~/.config/qtchooser/default.c

[POJ1328] Radar Installation

Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation, locating on the coasting, can only cover d distance, s

NVIDIA GeForce Driver Installation on Debian Jessie Linux 8 64bit

The easiest way to install NVIDIA GeForce Driver on Debian Linux 8 ( Jessie ) ( for Debian 9 Stretch visit: How to install the latest NVIDIA drivers on Debian 9 Stretch Linux) is to use official contrib and non-free debian repository. First, add the

部署Heroku配置goproxy上外网

<--目录--> 1.部署Heroku 2.配置goproxy 3.配置浏览器 4.访问测试 5.用回本地网络上网 6.换电脑了怎么办 一.部署Heroku 1.访问Github项目 https://github.com/HappysurfBlocking/fetch-bak 2.注册用户(注163邮箱不能注册) 3.我这里有用户密码了直接登陆 4.到第四步注册完之后会有下面一个链接,直接点击进去 Click here to proceed as [email protected] 5.创建a

贪心 Radar Installation (求最少探测雷达)

Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea side. And any radar installation, locating on the coasting, can only cover d distance, s