gitなどリポジトリ上でのフォルダ構成を /projects /app1 /app2 のような構成にして、app1がマスターならば、app2のapplication.rbからapp1のモデルを のように参照することで可能だと思います。 このやりかたの場合、rails root = git repo rootと仮定されてい... 続きを読む
こんにちは、開発の千葉です。 今回は、CloudFormationをガッツリ使ってみました。 ハマリどころ満載でしたので、利用を検討されている方の参考になればと思い投稿する次第です。 実案件の構成は公開することができないので 本稿では、以下の構成をCloudFormati... 続きを読む
Private Gem Cloud Server! Start serving your private RubyGems in minutes. Deliver RubyGems instantly to any machine without worrying about running and securing your own RubyGems server. $ fury push custom-gem-1.2.3.gem custom-gem (1.2.3) push... 続きを読む
2013-04-30 「CIを半年間まわしてみて」というお題でLTをしてきました CakePHP2 CI Jenkins アジャイル 大分時間も経ってしまい今更ではありますが、先日行われた第67回 PHP勉強会で「CIを半年間まわしてみて」というお題でLTをしてきました。昨年の11/30に、当... 続きを読む
今まで特に気にしていませんでしたが(寧ろ /etc/init.d/xxx の方が補完が聞いて楽なので多用していましたが)、/sbin/service を覗いてみたところ次のような違いがありました。 /etc/init.d/xxx start コマンドを実行したときの環境変数がそのまま引き継がれる... 続きを読む
Cassandra Community Webinar: CMB - An Open Message Bus for the Cloud Presentation Transcript CMBA Message Bus for the Cloud CMBA Message Bus for the CloudCQS – Queuing ServiceCNS – Topic based Pub Sub Service Why did we build our own?• Gen... 続きを読む
概要 : AMQP のプロトコルを読むと、一瞥して送信はパケットを送るだけ、受信はソケットを読み込むだけのようにも見える。しかしながら、実際に書いてみると、再送処理を自前で実装する必要があるため、現実には大変に複雑な処理が必要だ。 そもそもなぜ Rabbit... 続きを読む
Push jobs: an orchestration building block for Private Chef – Mark Anderson Push jobs is a new feature in Opscode Private Chef that will allow a user to run commands across hundreds of chef managed servers. Push Jobs leverages Erlang/OTP and... 続きを読む
Pushy¶ Pushy is a building block for remote execution that uses the same authentication and authorization model as the Chef Server, is integrated with search (and other features), and can scale to the size of any Chef organization. Pushy exte... 続きを読む
Push jobs is a new feature in Opscode Private Chef that will allow a user to run commands across hundreds of chef managed servers. Push Jobs leverages Erlang/OTP and ZeroMQ to provide scalable and fault tolerant execution. In this talk I'll c... 続きを読む
編集 Chefのクライアントバージョン11からchef-applyとコマンドラインツールが追加されていた。 ヘルプを見るとレシピのDSLを渡して実行してくれるものらしい。 $ chef-apply --help Usage: chef-apply [RECIPE_FILE] [-e RECIPE_TEXT] [-s] -e, --execute RECI... 続きを読む
郵便番号―住所の相互検索~kenall3 Rails3.2+MongoDBでつくったアプリをheroku+mongoHQにアップしたよ damp-depths-1457.herokuapp.com/ 現在の位置情報を登録してGoogle Mapで表示~HTML5geo 連続的な位置情報の取得とHerokuへのアップ~HTML5 Geolocation AP... 続きを読む
def index @articles = Article .where("title like :search" , search: "%#{params[:search]}%") .order("#{params[:sort_column]} #{params[:sort_direction]}") .page(params[:page]) respond_to do |format| format.html # index.html.erb format.json { re... 続きを読む
インターネット上の各種サービスでは、通知や案内、メールマガジンなどの目的で電子メールの配信が欠かせません。この電子メールの配信で、月13億通、1時間で300万通のメール配信を実現しているユミルリンクという会社があります。同社はASPとして「Cuenote FC... 続きを読む
2012-12-09 お手軽RabbitMQ操作コマンドgem『bunnish』を作りました RabbitMQ Gem Ruby Github 表題の通りRabbitMQ操作用のコマンドを作りました。 Githubはharacane/bunnish · GitHub。使い方はGithubの方を見てもらえばだいたいわかりますが、 # gem install ... 続きを読む
Hi, sometimes, I just need a library "application" without processes, which works with some state in ETS. To function properly, they have to make the ETS table and populate it with values from config files. When that step is done, there is no... 続きを読む
Today we're proud to announce the availability in beta of RabbitMQ add-on by VMWare. RabbitMQ is an open source implementation of the AMQP protocol that provides a robust, scalable and easy-to-use messaging system built for the needs of cloud... 続きを読む
2010年2月5日金曜日 Erlang基礎文法最速マスター 先日、Lua基礎文法最速マスターを書いてみたが、予想以上に自分自身への学習効果が高かった。そこで、普段使っているPythonと同じぐらいに使いこなしたいと思っていたErlang(アーラン)の基礎文法最速マスターを... 続きを読む
This is the RabbitMQ Server Plugin Development Guide. It is expected that before reading this guide, the reader has a basic understanding of the RabbitMQ plugin mechanism. Readers are also expected to have a basic understanding of Erlang OTP ... 続きを読む
雑記/備忘 | 16:41 | Erlang/OTPでは、gen_server(Generic Server Behaviour)のような便利なフレームワークが用意されています。これは、ビヘイビア(behaviour)という概念に基づいています。ビヘイビアを使ったプログラムは、 ビヘイビア実装モジュール(... 続きを読む
RabbitMQ can report on its own memory use, to let you see where your system is using memory. Note that all measurements are somewhat approximate, based on values returned by the underlying Erlang virtual machine; however they should still be ... 続きを読む
User's Guide Reference Manual Release Notes PDF TopSTDLIB Reference Manual Version 1.19.1 Expand All Contract AllTable of Contents STDLIB (App) array Top of manual page default/1 fix/1 foldl/3 foldr/3 from_list/1 from_list/2 from_orddict/1 fr... 続きを読む
All slide content and descriptions are owned by their creators. 続きを読む
2013-05-21 ツイートと github で振り返る Chef Casual Talks Vol.2 chef 勉強会 要件 Chef Casual Talks Vol.2 で強者シェフ達の知恵を拝借する Chef を使っていく上で今後、自分が何をすべきかを再確認する また、自分も喋る ちょこちょこ追記していきます...... 続きを読む
2013-05-16 chef を現場投入してみて気づいたことの幾つか chef 要件 chef を現場投入してみて気づいたことを整理する どんな風に使ったのか テンプレート作成した仮想ホスト 2 台に対して下記の状態に収束させる為に使った /etc/hostname と /etc/hosts をホス... 続きを読む
2013-04-27 Apache アクセスログを fluentd で S3 に保存する(chef cookbook 版) いつも chef ですいません企画 fluentd 要件 前回の記事を読んでくださった @repeatedly さんから@inokara 読ませて頂きました.td-agentにはs3プラグインは同梱されているはず... 続きを読む
If you have message passing, you can "mimic" rpc by maintain a server process in Erlang which will listen for your messages and spawn workers to execute them. (rpc in erlang is implemented similarly) – Zed Jan 8 '10 at 15:22 Maybe I'm stupid... 続きを読む
githubが高速化に成功した様です。 How We Made GitHub Fast - GitHub Now that things have settled down from the move to Rackspace, I wanted to take some time to go over the architectural changes that we’ve made in order to bring you a speedier,... 続きを読む
About Documentation Reference Book Videos External Links Downloads GUI Clients Logos Community Download this book in PDF, mobi, or ePub form for free. This book is translated into German, Chinese, French, Japanese and Dutch. Partial translati... 続きを読む
I need to render a model's attributes to JSON so I can pass them into a template. Here is what a render() function for a view looks like: render: function() { console.log(this.model); console.log(this.model.toJSON()); $(this.el).html(this.tem... 続きを読む
ウォールストリート・ジャーナルのブログ「AllThingsD」でカーラ・スウィッシャーが「ヤフー(ティッカー・シンボル:YHOO)の取締役会がタンブラー(Tumblr)を11億ドルで買収することを承認した」と発表しました。 タンブラーはデビッド・カープが創業したブ... 続きを読む
エンジニアの友達にgithubなどgitを使用した共同開発時の豆知識を教えてもらったので、忘れないようにメモしておきます。Thanks, Shawn! マスターとのマージ時には事前にgit rebaseを使う gitを使って共同開発をすると、たまにこんなコミットメッセージを見る機... 続きを読む
自分のリポジトリ一つでpull requestを試すための手順 in GitHub masterに1stPullRequestブランチをmerge(マスター上でgit merge 1stPullRequest)してもらいたいと仮定 前提 remote(githubのリポジトリ。以降origin)のmaster(origin/master)とlocalのmasterが同... 続きを読む
Git % git branch -a * master hoge origin/hoge % git branch -d hoge % git branch origin :hoge :hoge でリモートブランチの削除になるの。わかりづらい気がするよ! 続きを読む
Priam is a process/tool that runs alongside Apache Cassandra to automate the following: - Backup and recovery (Complete and incremental) - Token management - Seed discovery - Configuration - Support AWS environment Apache Cassandra is a highl... 続きを読む
Keywords – Agenda Centralized Cassandra team used as a resource for other teams Minimum cluster size = 6 Don’t developers do everything?True for most of the services, Cassandra is an exceptionNeeded a team focused on Cassandra so that servi... 続きを読む
検索ヘルプ tag:タグ名 タグで絞り込んで検索 user:ユーザーID ユーザーIDで絞り込んで検索 tag:とuser:の併用可能。 tag:およびuser:に設定できる項目は1件のみになります。 続きを読む
2012年1月31日火曜日 [ruby]最初に知っておけば良かったbundlerの使い方 rails編 PHPの代わりというか、次のレベルとしてRubyを使うならまず最初にbundlerの使い方を知っておきたかった。 以下自分なりに覚えたbundlerの使い方を記録しておく。 作業ディレクト... 続きを読む
hub使えば簡単でした。 例えばissue 23への修正としてfix_branchをpushしたいとする時はこう。 $ hub pull-request fix_branch -i 3 ちなみに僕はhubをgitにエイリアスしているので、 $ git pull-request fix_branch -i 3 です。毎日GitHub使ってる人はhubの導... 続きを読む
9月半ばくらいから仕事でCassandraに触れている。現場でCassandraの機嫌を取ったり、同僚とオライリー本を輪読したり、手元でいじったりしているうちにCassandraをある程度習得することができた(つもり)。なのでメモを残しておく。今日は第一弾としてCassandra... 続きを読む
2012年10月31日水曜日 Cassandra 推奨ハードウェア構成 Cassandra推奨ハードウェア構成 ■ノード構成 動作確認環境用最小構成 3 台以上 プロダクション用最小構成 6 台以上推奨(9 台以上が望ましい) Unix、Linux、Windows サーバーの稼働する環境 ■HWスペック ... 続きを読む
日本で最も危険なラップ・グループ:THUG FAMILYが遂にAmebreakにも登場だ。過激な彼らの音楽は既にネット界隈でも大きな波紋を呼んでいるが、実際のところ、彼らはどのような考えの下、自分たちの音楽を追求してるのか?彼らの決意の確かさが伺える発言が満載... 続きを読む
githubって、ナウい(?)イメージあるけど、やっぱいまいちじゃないかなぁという気がしてきた。特にある程度の規模のプロジェクトの場合。小さいコードは、別にいいと思うけど。ちょっと具体例を出して解説してみる。 日本のプロジェクトでgithub管理されてる... 続きを読む
Statistics Likes 1 Downloads 0 Comments 0 Embed Views 0 Views on SlideShare 25 Total Views 25 My sqlのha構成について Presentation Transcript ~メリット・デメリット等~ 形あるものは必ず壊れるのでリカバリが必要 止められないサービスなら切り... 続きを読む
Private Chef 1.x.x¶ Welcome to the Private Chef guide! This document is broken into the following sections: Engagement Overview: A guide to working with Opscode consulting to install Private Chef in your environment. Architecture: An overview... 続きを読む
新世代エンタープライズ向けPrivate Chef™、オープンソース版Chef11をリリース Facebook(2012年10月現在、月間10億アクティブユーザ)が、web階層のインフラストラクチャ全体(1クラスタあたり平均10,000台、数十クラスタに渡る規模)の自動構築のために Ops... 続きを読む
AppScale is an open-source emulation of the award winning Google App Engine platform. AppScale is capable of running on any private or public virtualized environment. Develop, deploy and scale your applications with absolute ease.Google App E... 続きを読む
Java では、UNIX/C のプログラムを、ある意味では特徴付ける、 fork() , exec() , wait() ... といった、プロセスを生成し、プログラムを実行する 働きをもった一群の関数群を、ほとんど用いません。 なぜなら、Java では、cpuにとって重たい処理であるforkに代... 続きを読む
https://github.com/rails/rails/blob/master/railties/lib/rails/railtie.rb にある Railtie に関するドキュメントを訳した。 どう訳していいかわからないところは放置。 rails/railties/lib/rails/railtie.rb Railtie は Rails フレームワークのコアで、 Rail... 続きを読む
書籍昨日 Provisioning Frameworks Casual Talks vol.1 という Chef とか Puppet とかの勉強会に行ってきました。 開催前は、Chef vs Puppet の全面戦争やー、と騒がれていましたが、全然そんな感じにならなくて。そこはどっちでも好きな方で良いから早く入れろ... 続きを読む
Introduction and Getting Started Q: What is Amazon SQS? Amazon Simple Queue Service (Amazon SQS) offers a reliable, highly scalable hosted queue for storing messages as they travel between computers. By using Amazon SQS, developers can simply... 続きを読む
Amazon SQS Announces Long Polling and Enhanced Client Support We are excited to announce two new features of Amazon Simple Queue Service (SQS) that we expect will both lower cost and increase performance for our customers. SQS now supports lo... 続きを読む
Resque is a small redis backed queuing library written in Ruby by Chris Wanstrath. Using Resque, you can create background jobs that can be placed in multiple queues to be processed later. It also allows you to monitor your queues, workers, a... 続きを読む
Eric Clapton plays Love In Vain by Robert Johnson 続きを読む
ChefとかPuppetとかの勉強会です 次回があるかはわかりませんが、今回はChef成分多めになっております 開催日時 2013.5.10 19:00〜21:30 定員 80名 参加方法 MySQL Casual Talks vol.4の方式を採用 事前登録不可/先着順受付 受付終了時間までに会場へ来て受付を... 続きを読む
BOOT STREET は 渋谷宇田川町の CD SHOP です。JAPANESE HIPHOP や MIX CD & DVD 豊富な品揃え!<marquee scrollamount="5" width=100%">◆ 新入荷しました。(5/7) ◆ 再入荷しました。(5/7) ◆ Weekly Chart 更新しました。※今週の1位は DJ SHU-G a.k.a MIX... 続きを読む
Redbox - a locally distributed musical instrument. Author: Rick Bradley (rick@rickbradley.com) License: MIT Installation Notes: (THIS IS NEVER INTENDED TO BE RUN ON WINDOWS. DON'T EVEN ASK.) RabbitMQ: * sudo port install erlang Gems: * sudo g... 続きを読む
Airbrake Airbrake collects errors generated by other applications, and aggregates the results for review. See plans and pricing Dupe Detection Developers will only receive an email once when an error occurs — rather than getting buried under... 続きを読む
In the world of software management there exists a dread place called "dependency hell." The bigger your system grows and the more packages you integrate into your software, the more likely you are to find yourself, one day, in this pit of de... 続きを読む
Webアプリケーション内で処理を直列に実行せずにJob Queueに回して非同期に実行することが多くなって来て久しいと思いますが、そのおすすめ構成と気をつけることについてつらつらと。 1) 既存のデータベースをキューとして使う構成例 1つ目はMySQLなどのデータ... 続きを読む
Testing asynchronous stuff like this is always tricky. What we do is: In our functional tests we make sure the job gets enqueued. Using mocha or something similar with an expectation is normally sufficient. If you want to run a test redis ser... 続きを読む
俳句投稿用ブログテーマです。1エントリにつき1つ俳句を投稿するような日記に向いています。俳句の下には普通に文章を書くことができます。 はてな記法モード エントリの最初に、以下のようにリストを書くと俳句として表示されます。 - 柿くへば - 鐘が鳴るなり... 続きを読む
Heads up: nosniff header support coming to Chrome and Firefox https://github.com/blog/1482-heads-up-nosniff-header-support-coming-to-chrome-and-firefox ChromeとFirefoxでnosniffってどういうことなんだろうと思って少し調べた。 IE8から、X-Content-... 続きを読む
はじめに Mnesiaは、Erlangという言語をベースとした並列プログラミング用のオープンソース開発環境であるErlang OTPに付属している高機能のデータベース管理システム(DBMS)です。Mnesiaは真の分散DBMSなので、世界中の何千ものノード間でデータを分散し、複... 続きを読む
From time to time, on our mailing list and elsewhere, the idea comes up of using a different backing store within RabbitMQ. The backing store is the bit that's responsible for writing messages to disk (a message can be written to disk for a n... 続きを読む
イベントレポート Japan IT Week 春 2013 「ニフティクラウド」は導入事例をアピール、自動構築ツールも提供予定 (2013/5/8 18:03) 東京ビッグサイトで5月8日から10日まで、「第4回クラウドコンピューティングEXPO 春」「第10回情報セキュリティEXPO 春」など... 続きを読む
2013-04-29 個人的#ChefConf2013まとめ。 最近日本でも何かと話題になっているconfiguration management toolのchefですが、やっぱり海外のほうがDevOpsが進んでますね。 今回のカンファレンスは、導入事例とかベストプラクティスな感じの話が多かったです。個... 続きを読む
Statistics Likes 0 Downloads 0 Comments 0 Embed Views 1 Views on SlideShare 46 Total Views 47 My best grunt Presentation Transcript オレの最強のGruntfile13年5月6日月曜日 @muddydixongithub.com/muddydixon13年5月6日月曜日 GruntisTask Runner13年5... 続きを読む
Node.jsは今や、アプリケーションを開発するとき誰もが使っている。それはサーバサイドのJavaScriptだ。比較的おぼえやすいので、とても人気がある。今回はAmazon Web Services(AWS)が、Node.jsによるSDKをリリースし一般公開した。 あるブログ記事によると、AW... 続きを読む
node.js, socket.io, さくらインターネットローカルのnode.js環境をさくらVPSに移した。いくつかはまる部分があったので備考録。まずはnode.jsのソースをもってきてconfigure。 cd /usr/local/src/ wget http://nodejs.org/dist/v0.5.3/node-v0.5.3.tar.gz tar ... 続きを読む
何かのスクリプトで作成した定期バッチのログを logrotate でローテートするようにした場合、バッチが午前4時に起動して10分間実行されると実行中にログローテートされることになります。バッチスクリプトでログファイルを開きっぱなしにしている場合、ローテー... 続きを読む
About A lightweight approach to building HTML5 applications with emphasis on elegance and simplicity. Standing on the Shoulders of Giants * Instead of reinventing the wheel, brunch assembles awesome wheels: CoffeeScript, Backbone.js, Undersco... 続きを読む
斎藤です。こんにちは。 今回は、2回にわたりメディアサイトでCDN(Contents Delivery Network)を利用する際の問題点と、解決に必要な指針を示した論文の要約と、私なりのちょっとした解釈をご紹介します。 紹介する論文は、USENIXのLISA '12にて発表された「Wha... 続きを読む
CoffeeScript is a little language that compiles into JavaScript. Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The gol... 続きを読む
Version 0.3 is coming soon! Completely NEW architecture re-written from the ground up with an awesome new User Interface and features to match! Project FiFo is an open-source Cloud Management and Orchestration system for SmartOS virtualisatio... 続きを読む
やほほ。はてなダイアリーの使いづらいインタフェースなんとかしてくれって思ってる鳥さんだ。 さて、gruntっていうnode.jsを使うと、CSSやJavaScript周りを色々と自動化できると聞いて、使ってみたよ。gruntでできること「grunt watch」で監視しておくと、上書... 続きを読む
$ npm install grunt grunt-contrib grunt-simple-mocha --save-dev module.exports = (grunt) -> grunt.loadNpmTasks 'grunt-contrib' grunt.loadNpmTasks 'grunt-simple-mocha' grunt.initConfig connect: server: options: port: 8888 base: '.' watch: coff... 続きを読む
2013-02-28 雑談 使って満足感のある、安心して使える、国産の、高級感のあるソフトウェアを作りたい。そのためには、ソースコードを最高に読みやすくて何の欠点もない状態にしなければならない。例えば、このサッカーボールはどのようにして作られているのです... 続きを読む
Prelude Target Audience Acknowledgements Credits Reading Introduction What Is MVC? What is Backbone.js? When Do I Need A JavaScript MVC Framework? Why Consider Backbone.js? Setting Expectations Fundamentals MVC Smalltalk-80 MVC MVC Applied To... 続きを読む
This tutorial is a proof of concept and needs to be checked for security flaws This tutorial will teach you how to completely separate the server and client allowing for developers to work with freedom in their respective areas. On a personal... 続きを読む
2013年04月 ≪ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ≫ 2013年06月 ん?キノコじゃーん。 な…なんとあの… まぼろしの… アミガサタケじゃーん!@0@! ついにアミガサタケ発見!?ぽちっとな♪ ぴーた... 続きを読む
昨年、Googleがnode.jsベースのJavaScriptテストランナー、「Testacular」をオープンソース化しました。 このツールは元々AngularJSのためのテストフレームワークとして作られたそうで、 クライアントサイドのJavascriptコードのテストを簡単に実行することがで... 続きを読む
2013-03-02 YeomanでAngularJSしてCoffeeScriptにしてみた。っていうかGrunt最強って話 Web JavaScript FrameworkならBackboneでしょ。 と勝手に思い込んでそればっか使ってきたボクですが、年初にheavenshellとかどっぺちゃんとで飲んだ時にviewが重くなるよね... 続きを読む
2013-04-28 bowerについて javascript bower bowerが0.9.2になり、gitリポジトリが変更になりました。 twitter/bower=>bower/bower 基本 bowerとは、WebのJavaScript package managerです。 npmやgem、cartonのように、jqueryやd3、angularなど、プロダクトのwe... 続きを読む
Previously I analyzed ECMAScript 5's Object and Property system. This is a huge new aspect of the language and deserved its special consideration. There are a number of other new features and APIs that need attention, as well. The largest of ... 続きを読む
Why, hello!. I'm Yeoman - a robust and opinionated client-side stack, comprised of tools and frameworks that can help developers quickly build beautiful web applications. Follow +Yeoman on Follow @yeoman Tweet May I interest you in a preview?... 続きを読む
Grunt is a task-based command line build tool for JavaScript projectsGrunt is a task-based command line build tool for JavaScript projects View on GitHub Documentation Getting started Be sure to read the getting started guide, which is a comp... 続きを読む
Step by step from jQuery to Backbone I've seen many struggle when they first meet Backbone.js. In this blog post I will gradually refactor a bit of code from how I used to write JavaScript before, into proper Backbone.js code using models, co... 続きを読む
商品の説明内容紹介 USA Today、LinkedIn Mobile、Hulu、WordPress.com、Foursquare 等々有名サイトがこぞって採用していBackbone.jsに、日本初のガイドブックが登場。 サーバ、クライアントの両方で動く、JavaScript の大規模開発に今注目されているフレームワ... 続きを読む
Main entry point into Chaplin module. Load all components and expose them. module.exports = Application: require 'chaplin/application' mediator: require 'chaplin/mediator' Dispatcher: require 'chaplin/dispatcher' Controller: require 'chaplin/... 続きを読む
JavaScriptBackbone.js を試したから Knockout.js にも挑戦JavaScript のクライアント MVC フレームワークは Backbone.js でいこうと思っていたんですが、Knockout.js が Ver 2.0 でかなり機能追加されて、ちょっと心変わり。もともと Knockout.js のデータバイ... 続きを読む
Backbone Tutorials This site is by no means the definitive guide to backbone.js and all corrections and contributions are welcome. Follow @neutralthoughts Unfortunatly Backbone.js does not tell you how to organize your code leaving many devel... 続きを読む
CinemaGazerは,2倍よりずっと高速に動画を観賞できて(たとえば5倍とか),しかもしっかりと内容を理解し楽しむことができるビデオエンコーダーです.忙しくて映画やドラマやアニメを観る時間がないエグゼクティブなあなたにぴったりです.フリーソフトです! 続きを読む
Piecon.setOptions({ color: '#ff0084', // Pie chart color background: '#bbb', // Empty pie chart color shadow: '#fff', // Outer ring color fallback: 'false' // Toggles displaying percentage in the title bar (possible values - true, false, 'for... 続きを読む
>>335 後ろのほうはようわからんけど積んでるのだけで80台くらい? 生TSを編集なしでぶっこんでる感じなのかな >>335 /' ! ━━┓┃┃ -‐'―ニ二二二二ニ>ヽ、 ┃ ━━━━━━━━ ァ /,,ィ=-;;,,, , ,,_ ト-、 ) ┃ ... 続きを読む
Cookbookテストフレームワーク「ChefSpec」 #opschef_ja ChefSpecはCookbookテストフレームワークです。RSpecを用いたテスト駆動開発(TDD, Test Driven Development)と呼ばれる開発手法のためのテストフレームワークで、まずテストを書き、次のそのテストをパス... 続きを読む
Gisted のドッグフードをかねて InfoQ のインタビューやプレゼンを見るようになった。 いくつか面白かったのを紹介したい・・・とおもってるうちにバックログを溜めすぎた。一度に紹介するのは諦めて何度かにわけよう。 今日はおっさん、具体的には ThoughtWork... 続きを読む
A few months ago, I posted briefly on how to install Chef 10 server on CentOS. This post revisits the process for Chef 11. These steps were performed on a default CentOS 6.3 server install. First, navigate to the Chef install page to get the ... 続きを読む