Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.
/ Icecast-directory Public archive

[Obsolete] Icecast stream directory (NodeJS version)

Notifications You must be signed in to change notification settings

xiph/Icecast-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icecast Directory

This is the new directory software to power dir.xiph.org, but is currently undergoing testing at dir-test.xiph.org.

Installation

Get a recent node version, like v5.x.

Install all dependencies with:

npm install

Create a postgres user:

CREATE USER diruser WITH PASSWORD 'dirpass';

And Database:

CREATE DATABASE xiphdirectory;
GRANT ALL PRIVILEGES ON DATABASE xiphdirectory to diruser;

Now login as the newly created user, change to the right database:

\c xiphdirectory

and load the create_tables.sql file:

\i create_tables.sql

Now you are ready to run the server with:

node app.js

About

[Obsolete] Icecast stream directory (NodeJS version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •