xiaodin1 / furry-octo-ninja

The application I use to share my code snippets

Home Page:http://snippets.dinduks.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

I use this application to share my code snippets at http://snippets.dinduks.com.

Installation
  • Execute bundle install

  • Setup your credentials as environment variables in a .env file:

    FURRY_USERNAME=skullfist
    FURRY_PASSWORD=nofalsemetal
    
  • The application uses a SQLite database, if you want to use another RDBS, change DATABASE_URL environment variable to suit your needs.
    Example: DATABASE_URL=postgres://username:password@host:port/database_name. Don't forget installing the DataMapper adapter for your RDBS.

Use
  • Visit /new to add a new snippet
  • Visit /:snippet/edit to edit it
  • Visit /:snippet/delete to delete it

About

The application I use to share my code snippets

http://snippets.dinduks.com


Languages

Language:Ruby 79.4%Language:HTML 17.4%Language:JavaScript 2.4%Language:CSS 0.8%