Last active
January 29, 2016 15:40
-
-
Save eduherraiz/4271b521dc74be7c2850 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
La instalación del paquete de ubuntu dió problemas en la instalación. | |
Para solucionarlo, una vez que falla la ejecución del apt-get install hay que hacer: | |
1. Borrar el entorno virtual creado en /opt/vaultier/venv | |
2. Crearlo con: virtualenv venv | |
3. Activarlo con: source /opt/vaultier/venv/bin/activate | |
4. Instalar los requirements que dejo en este directorio o si no aquí: https://gist.github.com/eduherraiz/4271b521dc74be7c2850 | |
5. Seguir la instalación del paquete con: dpkg --configure -a | |
- Revisar Configure de nginx y demás (certificados, etc) | |
### REQUIREMENTS FUNCIONALES ### | |
BeautifulSoup==3.2.1 | |
Django==1.6 | |
South==0.8.4 | |
Vaultier==0.7.5 | |
amqp==1.4.6 | |
anyjson==0.3.3 | |
argparse==1.2.1 | |
billiard==3.3.0.20 | |
celery==3.1.9 | |
cssutils==1.0 | |
django-appconf==0.6 | |
django-extensions==1.2.5 | |
django-filter==0.7 | |
djangorestframework==2.3.12 | |
flup==1.0.2 | |
html2text==3.200.3 | |
iso8601==0.1.10 | |
jsonfield==0.9.20 | |
kombu==3.0.26 | |
logan==0.5.10 | |
mock==1.0.1 | |
psycopg2==2.5.1 | |
pycrypto==2.6.1 | |
pynliner==0.5.0 | |
python-dateutil==2.2 | |
pytz==2014.7 | |
raven==5.0.0 | |
requests==2.3.0 | |
six==1.4.1 | |
wsgiref==0.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment