问题标签 [cedar]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
693 浏览

django - 使用 Django 在 Heroku 上部署多个项目

我想将两个单独的 Django 应用程序部署到 Heroku。两个应用程序,具有两个独立的域名,在逻辑上彼此不同。我设置了一个包含所有 Python/Django 内容的 venv。现在,我可以创建另一个应用程序来复制另一个项目中的所有 Python/Django 内容。但是,有没有办法使用相同的venv?

我的文件结构目前看起来像这样

当我尝试projectname_2在 django 下添加时,我收到一条错误消息Django app must be in a package subdirectory

是否有使用相同 venv 添加第二个应用程序的正确方法?

0 投票
2 回答
466 浏览

python - open an ssh tunnel from heroku python app on the cedar stack?

Is it possible to open a non-blocking ssh tunnel from a python app on the heroku cedar stack? I've tried to do this via paramiko and also asyncproc with no success.

On my development box, the tunnel looks like this:

ssh -L local_port:remote_server:remote_port another_remote_server

0 投票
6 回答
4345 浏览

ruby-on-rails - 是否可以使用 Ruby 1.9.3 在 Heroku 上运行我的 Rails 应用程序?如果是这样,怎么做?

我试过这个提示:https ://github.com/thoughtbot/laptop/pull/14#issuecomment-3192270 。

部署时我看到

但我的日志显示环境变量不受尊重

哈克/实验解决方案接受!

编辑:我在雪松堆栈上。

0 投票
2 回答
2375 浏览

ruby - 在 Sinatra Heroku 应用程序中没有检测到雪松支持的应用程序错误

当我推送到 Heroku 时,似乎一切正常,如下所示。然后我在关注 Heroku 的文档时遇到了后者的错误:http: //devcenter.heroku.com/articles/ruby#install_the_heroku_commandline_client

使用 heroku.logs 我得到:

当 Gemfile 和 Procfile 都在其中时,如何没有检测到 Cedar 支持?此外,heroku 网页上也没有任何内容。

0 投票
1 回答
276 浏览

process - 如何暂停 Heroku cedar 堆栈上的进程

我在 Heroku 的 cedar 堆栈上有一个小应用程序,它使用两个进程。一个运行 Sinatra 服务器,另一个收集推文并将它们插入数据库。该项目仍在开发中,虽然 Heroku 免费提供一个过程,但第二个过程需要花钱。

我想保持 Sinatra 服务器运行,但不时暂停推文收集器进程。如果您运行heroku stop tweet_collector.1它将暂时停止该过程,但随后会出现Procfile重新启动它。我还没有找到注释掉进程的方法,Procfile所以我只是从文件中删除了进程并推送它。

您可以覆盖Procfilefrom 命令行并停止进程吗?如果没有,你怎么能注释掉一个进程,Procfile这样它就不会被读取?

0 投票
2 回答
4101 浏览

static - Heroku Cedar 上的静态网站

我尝试按照此处的说明在 Heroku 的 Cedar 堆栈上创建一个静态网站。

我已经把网站放在这里了

当我尝试推送应用程序(使用“git push heroku master”)时,出现以下错误:

任何帮助是极大的赞赏。我在最新的 ruby​​/rack/heroku

0 投票
2 回答
4772 浏览

php - How can I add ftp extension to Heroku php app?

I am developing a Facebook app using heroku. My app needs the ability to upload files (pictures) to a folder on a remote server, and I assume ftp is the best option. Unfortunately the ftp extension is not enabled out of the box. I spoke with support and they suggested the following:

"We unfortunately don't support FTP, or any PHP extension at this moment.

But the good news is that we just open sourced our PHP build pack, so you could try to vendor it yourself: https://github.com/heroku/heroku-buildpack-php"

So I am assuming I can follow the readme instructions in the link above, and simply include the --enable-ftp option?

This is a bit beyond my current knowledge. I really appreciate the help, and look forward to learning something new.

0 投票
7 回答
20575 浏览

ruby-on-rails - Rails 3.2:Heroku 推送被拒绝,未检测到 Cedar 支持的应用程序

Rails 新手在这里。我正在尝试将我的 Rails 3.1/Ruby 1.9.3-p0 应用程序部署到 Heroku,并按照 Heroku 的所有步骤进行操作。但我一直遇到:

Heroku 推送被拒绝,未检测到 Cedar 支持的应用程序

我已经尝试了这个问题中的所有建议,但到目前为止没有成功。

0 投票
1 回答
359 浏览

java - heroku godaddy 域 java 堆栈 SSL 设置

我正在尝试为我的 heroku java 应用程序设置 SSL。我已经按照http://devcenter.heroku.com/articles/ssl在 secure.mydomain.com 设置 SSL。如果我做https://secure.mydomain.com ,一切都会很好。但,

1)如何将所有http流量转发到https?有人可以分享示例代码吗?即如果我去http://secure.mydomain.com,它应该将我转发到https://secure.mydomain.com

2) 我只有secure.mydomain.com 的证书。我可以在 godaddy 中为 www.mydomain.com 设置 CNAME 以将我的所有流量转发到https://secure.mydomain.com

简而言之,我想将所有对 mydomain.com、www.mydomain.com 和 secure.mydomain.com 的请求转发到https://secure.mydomain.com

提前致谢。

0 投票
2 回答
753 浏览

ruby-on-rails - 如何在 Heroku Cedar 堆栈上优化 Rails 应用程序?

您安装哪个 gem 或更改哪个配置来优化 Heroku 的 Cedar 堆栈上的 Ruby on Rails 应用程序?

比如加Rack::Deflater...