Skip to content

nghnam/music-aekt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-aekt (Music Anh Em Kĩ Thuật)

Support source

Require

How to install (Ubuntu/Debian)

$ sudo apt-get install moc redis-server
$ pip install -r requirements.txt

Run

1, Music on console

$ mocp -S

2, Redis

# service redis-server start

3, Celery

$ celery worker -A music_aekt.tasks -c 1 --loglevel=info

4, HTTP Server

$ gunicorn wsgi:app config.py -w 2 -b 0.0.0.0:8080

Contributors