Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.06 KB

Requirements

IDBMS_MusicSearchByRedis

IDBMS Course - Making platform for upload and search for music

Database Implementation Course.
Professor D. MohammadPour.
Jul 30, 2021

Summary

This project is a platform for Upload-And-Search music.
It is Created with Python and Redis database about October 10, 2020
It is NOT completed yet!

How to install

  1. At first, clone the Project.
  2. Then, you should download Redis if you don't have it.

For downloading Redis just use the following commands:

$ mkdir redis && cd redis
$ curl -O http://download.redis.io/redis-stable.tar.gz
$ tar xzvf redis-stable.tar.gz
$ cd redis-stable
$ make
$ make test
$ sudo make install
  1. Install required libraries using following command:
$ pip install -r requirements.txt
  1. For starting Redis, use the following code:
$ redis-server

this would start redis server to accept connections.