タグ

2008年8月20日のブックマーク (4件)

  • Ebb

    (this is only for HEAD - old docs are found in the git repo) A Web Server Called Ebb Ebb aims to be a small and fast web server specifically for hosting dynamic Ruby language web applications. It is a binding to libebb Install The Ruby binding is available as a Ruby Gem. It can be install by executing gem install ebb If you want SSL support you must install GnuTLS. Ebb has no other dependencies.

  • Thin - yet another web server

    WhatThin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: the Mongrel parser, the root of Mongrel speed and securityEvent Machine, a network I/O library with extremely high scalability, performance and stabilityRack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby we

  • github を Windows で使ってみる

    — Your Dashboard — GitHub バージョン管理の githubwindows から使ってみようと思いやってみました。 ちなみに私は Home — GitHub Guides — GitHub を見たりしつつ、こうやって使うんだなとうっすら理解した程度のレベルです。できたものの書いておかないと忘れそうなのでメモ。 アカウント作成、リポジトリを作る まずは github にアカウントを作る。SSH Public Key は空白のままでとりあえずアカウント作成。 ログインしたら「Create a Repository」と書いてあるリンクからリポジトリを作成。 Project Name:適当に付ける。 Description:このリポジトリの説明。なくても OK。 Homepage URL:空白でも OK。 Who has access to this repositor

  • ヽ( ・∀・)ノくまくまー(2008-06-02)

    ● [Rails] svn レポジトリを github に移行させてみる svn はわかる (使ってる) git は多分イケテル svn なのだろう (メリットも知らね) github は git をまとめて公開してるサービス? 前知識はこれだけなgit無学者が、ネットに溢れる git コマンドを適当に入力することで、私的 svn を github に公開しようと試みたところ、おおよそ考えられる全ての落とし穴に落ちた気がしたので、次の方は是非とも俺の屍を越えてゆけとゆいたいです。 目的 http://wota.jp/svn/rails/plugins/trunk/dsl_accessor これを github に移すのが目的 手順 github に自分のアカウントを作成する github にレポジトリを作成する 同レポジトリに既存の svn の内容を commit する あわよくば gem