Skip to content

Commit

Permalink
Adding information about dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoEstrada committed Feb 24, 2019
1 parent 4e2cab4 commit 293ff50
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions initialScript
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
#sudo python3 install pip3
#sudo pip install virtualenv
#virtualenv nombreEntorno --python=python3
source examen/bin/activate
sudo apt-get install python3-dev
sudo apt-get install python3-dev libmysqlclient-dev
#pip freeze
pip install pysnmp
pip install rrdtool
pip install mysqlclient
#Modificar el siguiente archivo del servidor de mysql para poder cotectarse /etc/mysql/my.cnf Agregando
#[client]
#database = db_name
#user = db_user
#password = db_password
#default-character-set = utf8
#REINICIAR el servicio despues de esto
#service mysql restart
pip install Django
pip install pillow
pip install django-mysql
pip install django-adminlte2
#pip install django-sb-admin
#django-admin startproject AdministracionRedSNMP
python manage.py createsuperuser

python manage.py runserver

0 comments on commit 293ff50

Please sign in to comment.