Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.4 KB

index.md

File metadata and controls

51 lines (39 loc) · 1.4 KB
layout canonical_url title subtitle copy description github_project commiters features keywords
product
debeso
開発者向けスニペットストック
Stock Your Knowledge
debeso は、開発者向けのスニペットストックです。 開発者間の知識を共有し、知識が行方不明になることを防ぎます。
debeso
mallowlabs
suer
name image
バージョン管理
imgs/ss_version.png
name image
シンタックスハイライト
imgs/ss_syntax.png
name image
API
imgs/ss_api.png
name image
高速検索
imgs/ss_search.png
スニペット
Gist
debeso

動作環境

  • Ruby 1.8+
  • RubyGems 1.4.2+
  • Bundler 1.0.15+
  • SQLite 3.6.18+
  • Git 1.4.7.1+

インストール

ダウンロードページから最新版をダウンロードし、展開してください。展開したディレクトリを debeso にリネームし、 以下のコマンドを実行してください。

{% highlight bash %} $ cd debeso $ cp config/settings.yml.example config/settings.yml $ vi config/settings.yml $ bundle install --path vendor/bundle $ bundle exec padrino rake ar:migrate $ bundle exec padrino start {% endhighlight %}

インストールが完了したらhttp://localhost:3000/にアクセスしてください。