Skip to content

kozyty/NGist

 
 

Repository files navigation

debeso

debeso is an application to manage code snippets.

Build Status

Features:

  • Easy Installtion
  • Version Control
  • Search
  • Syntax Highlights
  • API

Authors

  • @suer
  • @mallowlabs

We are codefirst.org!

Requirements

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

Installation

Type below command:

$ bundle install --path vendor/bundle
$ cp config/setting.yml.sample config/setting.yml
$ vi config/setting.yml
$ bundle exec padrino rake ar:migrate
$ bundle exec padrino start

Next, access to http://localhost:3000

How to test (for Developers)

Type below command:

$ bundle exec padrino rake ar:migrate -e test
$ bundle exec padrino rake spec

if you prefer to auto testing:

$ bundle exec guard start

Special Thanks

Original idea from:

We respect there applications and authors.

License

The MIT License (MIT) Copyright (c) 2011 codefirst.org

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

debeso depends on below software:

About

A snippet stock application for developers.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.2%
  • Ruby 7.8%