Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hogelog/private-gyazo-kit
Private Gyazo Kit
https://github.com/hogelog/private-gyazo-kit
Last synced: 24 days ago
JSON representation
Private Gyazo Kit
- Host: GitHub
- URL: https://github.com/hogelog/private-gyazo-kit
- Owner: hogelog
- License: gpl-3.0
- Created: 2012-06-08T03:05:58.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T12:29:17.000Z (almost 11 years ago)
- Last Synced: 2023-04-13T16:16:53.295Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 672 KB
- Stars: 15
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Private Gyazo Kit
Private Gyazo Kit could build your only Gyazo [(http://gyazo.com/)](http://gyazo.com/)
Server and Clients.## Run server
Private Gyazo server powered by node.js.$ git clone git://github.com/hogelog/private-gyazo-kit.git
$ cd private-gyazo-kit
$ npm install
$ cp gyazo.conf.template gyazo.conf
edit gyazo.conf...
$ node gyazo.js### Run server as daemon
$ npm install forever -g
$ forever start gyazo.js## Build clients
Build Private Gyazo clients require only node.js!edit gyazo.conf...
$ cd client
$ node make.js
Gyazo-for-Linux: ../public/gyazo
Gyazowin: ../public/gyazowin.exe
Gyazo: ../public/gyazomac.zip## Distribute clients
Distribute above built clients.$ cp public/index.html.template public/index.html
edit index.html...