Skip to content

CrateMuncher/BitVid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BitVid

Installation

Download and set up the repository

/ >virtualenv BitVid
/ >cd BitVid
/BitVid > git clone https://github.com/CrateMuncher/BitVid.git
/BitVid >cd BitVid

Linux:
/BitVid/BitVid > source bin/activate
Windows: 
/BitVid/BitVid > Scripts\activate.bat

/BitVid/BitVid > pip install -r requirements.txt

Setup the Database

/BitVid/BitVid > python manage.py syncdb
/BitVid/BitVid > python manage.py migrate

Setup the Search

Download elasticsearch(elasticsearch.com) and run it with its default configuration:

./bin/elasticsearch

Index the Data

python manage.py rebuild_index 

And you're ready to go:

/BitVid/BitVid > python manage.py runserver

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published