Projet du Cloud Computing - 5ème anée INSA Toulouse - Ciruzzi, Gravouil, Kasry, Maldonado, Nguyen
Having installed Python and pip
(In Ubuntu: sudo apt-get install python-pip
), just execute sudo pip install pyproxmox requests
. The documentation of the API is here.
To execute the server: python server.py <serverIP> <user> <password>
virtualenv env source env/bin/activate pip3 install django
TODO: Search the thing of requirements.txt and add it to the instructions
Name -> cloud_pass
UserName -> insa Password -> insa
sudo apt-get install libmysqlclient-dev pip3 install mysqlclient
python3 manage.py runserver
python3 manage.py makemigrations python3 manage.py migrate
python3 manage.py createsuperuser admin admin@test.com adminadmin
python3-pip