Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbertelegni/videodata
https://github.com/cbertelegni/videodata
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cbertelegni/videodata
- Owner: cbertelegni
- Created: 2014-06-12T08:33:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-30T18:37:27.000Z (over 10 years ago)
- Last Synced: 2024-04-16T02:24:55.319Z (9 months ago)
- Language: CSS
- Size: 141 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Videodata
==========## Intalación
1. Se recomienda el uso de [virtualenv] — Instalarlo.
2. Crear un entorno virtual y activarlo:
```bash
virtualenv ~/.python-envs/videodata
. ~/.python-envs/videodata/bin/activate
```3. Obtener el código fuente:
```bash
git clone https://github.com/cbertelegni/video-data.git videodata
cd videodata
```4. Instalar las dependencias:
```bash
pip install -r requirements.txt
```(Si está en Ubuntu, es probable que también deba instalar `python-dev` antes de instalar las depdencias.)
5. Inicializar la DB:
```bash
python manage.py syncdb
python manage.py migrate --all
```
6. Iniciar el servidor de desarrollo```bash
python manage.py runserver_plus
```