Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

hogelog/private-gyazo-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Private Gyazo Kit

Private Gyazo Kit could build your only Gyazo (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...

About

Private Gyazo Kit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published