https://github.com/narkoz/yuki
Gifzo compatible web app
https://github.com/narkoz/yuki
sinatra web-app web-application
Last synced: about 2 months ago
JSON representation
Gifzo compatible web app
- Host: GitHub
- URL: https://github.com/narkoz/yuki
- Owner: NARKOZ
- License: bsd-2-clause
- Created: 2013-06-21T09:24:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T09:10:34.000Z (almost 6 years ago)
- Last Synced: 2025-04-10T03:49:58.510Z (6 months ago)
- Topics: sinatra, web-app, web-application
- Language: Ruby
- Size: 93.8 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Yuki
Web app for [Gifzo](http://gifzo.net/).

## Requirements
+ SQLite 3
+ Ruby 1.9.3 or upperOptional:
+ Mac OS (for Gifzo.app)
+ FFmpeg (for creating gif images)## Installation
```sh
git clone https://github.com/NARKOZ/yuki.git
cd yuki
bundle install
```## Usage
1. Run Yuki:
```sh
rackup -p 9000
```2. Install Gifzo from website: http://gifzo.net
3. Set upload URL point to Yuki:```sh
defaults write net.gifzo.Gifzo url -string "http://localhost:9000/"
```## Resources
+ [Gifzo.app](https://github.com/cockscomb/Gifzo.app)
+ [Pyazo2](https://github.com/uzulla/Pyazo2)