Skip to content

Instantly share code, notes, and snippets.

@eduherraiz
Last active January 29, 2016 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eduherraiz/4271b521dc74be7c2850 to your computer and use it in GitHub Desktop.
Save eduherraiz/4271b521dc74be7c2850 to your computer and use it in GitHub Desktop.
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