mirror of https://github.com/calzoneman/sync.git
Merge branch 'master' of https://github.com/calzoneman/sync
This commit is contained in:
commit
a9dbd908c4
|
@ -9,7 +9,7 @@ and administration for an arbitrary number of channels.
|
||||||
I began developing this as a hobby project, and when Synchtube announced their closure, I
|
I began developing this as a hobby project, and when Synchtube announced their closure, I
|
||||||
began polishing it and readying it for the public.
|
began polishing it and readying it for the public.
|
||||||
|
|
||||||
I am hosting a CyTube server at http://cytube.calzoneman.net
|
I am hosting a CyTube server at http://cytu.be
|
||||||
|
|
||||||
The serverside is written in JavaScript and runs on Node.JS. It makes use
|
The serverside is written in JavaScript and runs on Node.JS. It makes use
|
||||||
of a MySQL database to store user registrations, cached media metadata, and
|
of a MySQL database to store user registrations, cached media metadata, and
|
||||||
|
@ -32,6 +32,8 @@ The following media sources are currently supported:
|
||||||
Installing
|
Installing
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Installation instructions for specific distributions are available here: https://github.com/calzoneman/sync/wiki/Installing
|
||||||
|
|
||||||
This assumes you have Node.JS installed.
|
This assumes you have Node.JS installed.
|
||||||
I'm using v0.10, please feel free to report which versions do/do not work.
|
I'm using v0.10, please feel free to report which versions do/do not work.
|
||||||
I recommend using at least v0.8.20 due to a bug in previous versions of node
|
I recommend using at least v0.8.20 due to a bug in previous versions of node
|
||||||
|
|
Loading…
Reference in New Issue