20170622 Heroku Meetup #17 スタートアップのインフラ選び 高丸翔英 How to choose infrastracture in startup
20170622 Heroku Meetup #17 スタートアップのインフラ選び 高丸翔英 How to choose infrastracture in startup
Heroku CI Is Now Generally Available: Fast, Low Setup CI That’s Easy to Use Today we are proud to announce that Heroku CI, a low-configuration test runner for unit and browser testing that is tightly integrated with Heroku Pipelines, is now in General Availability. To build software with optimal feature release speed and quality, continuous integration (CI) is a popular and best practice, and is a
Additional ResourcesHomeElementsProductsPricingCareersHelpStatusEventsPodcastsCompliance CenterHeroku BlogHeroku Blog Find out what's new with Heroku on our blog. Visit Blog Heroku CI automatically runs your app’s test suite with every push to your app’s GitHub repository, enabling you to easily review test results before merging or deploying changes to your codebase. Tests execute in a disposable
Application metrics beta panel is disabled and removed from the dashboard since all main active beta features have successfully reached a GA state. We’ll return the panel as soon as there are new beta features to share. Until then, you can request access to existing language metrics private beta features via the Preferences menu at the top right corner of the dashboard under the Metrics tab. An op
Heroku Container Registry allows you to deploy your Docker images to Heroku. Both Common Runtime and Private Spaces are supported. If you would like Heroku to build your Docker images, as well as take advantage of Review Apps, check out building Docker images with heroku.yml. The Heroku container stack is intended for advanced use-cases only. Unless you have a specific need for custom Docker image
Additional ResourcesHomeElementsProductsPricingCareersHelpStatusEventsPodcastsCompliance CenterHeroku BlogHeroku Blog Find out what's new with Heroku on our blog. Visit Blog Container registry public beta - deploy Docker images to HerokuChange effective on 06 July 2016 Today you have more choice in the way you develop and deploy on Heroku. With the public beta of the Heroku container registry, you
Expedited Security Security as a Service for Heroku, AWS and Google Cloud Applications Design Philosophy Security services designed to be straightforward, easy to understand and rapidly deployed. Sensible Defaults A security solution you can't get into action for months leaves you exposed. We're constantly evaluating what the best options are given platform specific configurations and threats. The
Heroku社エバンジェリストの相澤さん直々の説明で、非常に勉強になりました。 また、AP Communications社の皆さまによる非常に丁寧な運営にも感謝致します。 前回のおさらい Herokuとは 開発者のためにつくられたクラウドプラットフォーム サーバサイドなどプロダクトの価値創造に関係ないところに労力を注力する必要がなくなる Herokuの特徴 インフラでなくアプリケーションに注力できる 使い慣れたツールでデプロイ 数百万のユーザをささえるスケーラビリティ Herokuの内部構造 herokuを構成するコンポーネント Dyno アプリケーションコンテナ HerokuApplicationの中核 コンテナで構築されるのでオーバーヘッドが少ない Dyno Manager Dynoの状態を監視、制御するコンポーネント どういう種類のプロセスを動かすかという指令を受け取り、必要な数のD
これまで、少し食わず嫌いでRuby on Railsは使わずSinatraでサイトを作成してきたのですが、やはり王道ものの知識も必要かなということで勉強を始めています。 今、Ruby on Railsのチュートリアルを見て、色々試しています。 Ruby on RailsアプリをHerokuにデプロイしたい場合、基本的には、いつもと同じ下のような一連の作業でできます。 > (code your app) > bundle install > git init > git add . > git commit -a -m "initial commit" > heroku create > git push heroku master ただ、Herokuの場合は、幾つか注意点があるようです。 DBにPostgreSQLが使用されるため、Gemfileの変更が必要 Gemfileに以下のような感
Review.appでの無限ステージング環境をクッソwww快適に使わせて頂いてるんですが、メール内のhost名設定で困ってたら @t-kawa さん、@chiastolite さんが教えてくれました。 @komagata 使ったことないですが、これでしょうか https://t.co/MuFi5GPo0B — Toru KAWAMURA (@tkawa) 2016, 2月 22 @tkawa @komagata 自分、それを使ってHeroku Review Appsで使うS3のエンドポイント変えたりしているので行けると思います — 出禁 (@chiastolite) 2016, 2月 22 あざーす! % heroku config:get HEROKU_APP_NAME -a kulku-pr-173 kulku-pr-173 取れるじゃな〜い。 staging環境用にconfig/en
Backups of your data are crucial to any application. Every Heroku Postgres database on the Standard tier or higher comes with an automatic, behind-the-scenes Continuous Protection mechanism that captures physical backups for disaster recovery. For testing, setting up environments, and migrating data, logical backups offer more portability than physical backups. Heroku Postgres has a PGBackups feat
こんにちは。 Go に入門してからは Heroku に Go のアプリをデプロイするようになり、それをきっかけに Heroku について調べる機会が多くなりました。 今回は Heroku でログ収集+監視をする方法について調べてみました。 単にログを見るだけならheroku logsコマンドで十分なのですが、特定のログが吐かれた時や、高負荷時などを検知して携帯に通知できるような仕組みを探してみたので備忘録を残します。 結論 Papertrailを採用しました。 以下に調査の詳細を書いていきます。 作っているものの要件 1000~10000 リクエスト/日 程度の小さな API サーバ 言語は Go、WAF はginで実装 趣味プロダクト でサーバの管理したくないので Heroku にデプロイ 趣味プロダクトなら、という目線で見ているので業務レベルでの選定はしてません。悪しからず。 ログ収集
先週、Herokuの新しいダッシュボードのリリースと合わせるようにして、Herokuボタンという機能もリリースされました。 イマイチ惹かれるところがなかったので、スルーするつもりだったんですがその間にnaoya氏がブログを書かれていて、それが面白かったんでリンクを張っておきます。 http://d.hatena.ne.jp/naoya/20140809/1407556488 特にPullReqからデプロイできるというお話が興味深いです。そんな発想はなかった。。。(^^; 実際にはPullReqの度に新しいHerokuアプリを作るというのはやりすぎだと思いますが、ボタン一発で既存アプリのコピーをHeroku上に作れるというのは実は色々と使い道があるのかもしれません。 例えば開発チームに新しいメンバーが入ってきた時にコピーを作ってもらってそこで色々試してもらうとか。 実際のイニシャルデプロイで
先日、自分の携わっている Rails アプリのインフラを AWS から heroku に移行しました。 移行時にハマった点や、その後 使い始めてみて便利だった点を列挙。 移行した主な理由としては、開発が少人数体制のためインフラは気にせずコードを書くことにのみ集中して、限られたリソースを有効活用させるため。 また、移行するにあたり以下のスライドも参考になりました。 Wantedlyを2年間Herokuで運用した話 from Yoshinori Kawasaki 移行時の手順・ハマったところ 基本的な手順 基本的な手順は簡単。 Heroku Toolbelt をインストールして、 heroku login でログイン、 heroku create で heroku 上に新しいアプリケーションを作成した後、 git push heroku master で デプロイ。 heroku open
# アドオン追加 heroku addons:add pgbackups # マニュアルバックアップ heroku pgbackups:capture # バックアップの一覧 heroku pgbackups # バックアップからデータをリストア heroku pgbackups:restore HEROKU_POSTGRESQL_BLACK b251 # バックアップのダウンロード(URL # URLを取得し、URLにアクセスしダウンロード heroku pgbackups heroku pgbackups:url b004 # ローカルのデータベースにリストア rake db:create pg_restore --verbose --clean --no-acl --no-owner -h localhost -U myuser -d mydb latest.dump heroku
Editor's Note: SSL Is Now Included on All Paid Dynos as of September 22, 2016 At Heroku, we want to make it easy for everyone to be able to learn and explore our service, and the related ecosystem of technologies, for free - be it student, professional developer, hobbyist or just curious individual. We view this as both part of our mission and our business model; it has never been a more interesti
メールを送るサービス Sendgrid を使ってHerokuでメール送信してみました アカウントはheroku Addonを入れると勝手に作られ、Sendgridにログインすると利用状況など見れます 無料のstarterプランだと1日400通まで送れます HerokunにAddonを入れて使います https://elements.heroku.com/addons/sendgrid herokuのaddonを入れるためにはクレジットカードの登録が必要になります https://devcenter.heroku.com/articles/sendgrid#ruby-rails を参考に設定をします $ heroku addons:add sendgrid:starter $ vim config/environments/production.rb Rails.application.co
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く