temp
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| temp [2017/03/13 15:39] – created Oscar M. | temp [2020/08/06 10:02] (current) – created Oscar M. | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | Please, let me sleep properly | + | ====== OpenWisp ====== |
| - | Last months were a bit strange here. Some changes came, I thought for the better, but in the end those changes brought some other unexpected consequence. | + | ===== Virtualenv ===== |
| - | I'm an interested person | + | Creamos un virtualenv |
| - | By exercising, the last part of 2016 was really boring for me, I was not able to find the motivation to get in shape. After summer, when the season is supposed to start, I felt not in right mood, perhaps too much lonely workouts, so I decided to come back to play football. The team is nice, no pressure at all, and the team mates are awesome too. | + | < |
| + | $ mkdir openwisp ; cd openwisp | ||
| + | $ python3 -mvenv --copies env | ||
| + | $ . ./ | ||
| + | (env)$ | ||
| + | </ | ||
| - | And in December the Jiu Jitsu came into my life. After taking a look at gym, decided to try just one class and I got totally hooked. Our teacher is a kind of guru for me (a mirror to look at) and the people in the team is really really awesome. After 4 months I must say I'm totally in love with Jiu Jitsu. | + | ===== Clonar código del repo ===== |
| - | So, what's wrong? it seems that I'm doing fine, isn't it?. In early February I started to feel strange things in my heart, something really hard was pounding inside from time to time. Firstly they were like 4 or 5 times a day but then it was quite often so I went to Urgency service. After all the tests (blood tests, x-ray, monitoring service...) doctors concluded it was nothing so serious but nervous or anxiety. To be honest I had no serious/new worries. Tomorrow I've to put a Holter monitor, we will see what happens but after an ECG the Cardiologist said that, structurally, | + | < |
| + | (env)$ git clone git:// | ||
| + | (env)$ ls | ||
| + | env/ src/ | ||
| + | </ | ||
| - | On the other hand and at same time, a pain that I had in the back was back in a painful way. I was not able to stand more than half hour, I could barely sleep... That meant more tests, x-ray, magnetic resonance... never in my life had seen so many times by so many doctors in such a short time. The diagnosis of my back is not serious either. | + | Antes de nada comprobamos qué paquetes tenemos instalados en nuestro entorno virtual: |
| - | In the end, with some extra help, I've managed to lift the foot off the accelerator. Maybe my body was trying to tell me something. Apart from the new routines I've established in my day by day, the rest of my body wasn't being - by far - the expected. Probably after some time enduring that situation, the body started to send me signals that I totally ignored. | + | < |
| + | (env)$ pip list | ||
| + | Package | ||
| + | ---------- ------- | ||
| + | pip 19.2.3 | ||
| + | setuptools 41.2.0 | ||
| + | </ | ||
| - | Lesson learned? I don't know, I hope so | + | ===== Instalación del proyecto ===== |
| + | |||
| + | < | ||
| + | (env)$ python setup.py develop | ||
| + | (env)$ ./ | ||
| + | (env)$ pip install -r requirements-test.txt | ||
| + | (env)$ npm install -g jslint | ||
| + | </ | ||
| + | |||
| + | Comprobamos de nuevo qué paquetes se han instalado en nuestro entorno virtual: | ||
| + | |||
| + | < | ||
| + | (env)$ pip list | ||
| + | $ pip list | ||
| + | Package | ||
| + | ----------------------- ----------- ------------------------------------- | ||
| + | appdirs | ||
| + | asgiref | ||
| + | attrs 19.3.0 | ||
| + | autobahn | ||
| + | Automat | ||
| + | Babel 2.8.0 | ||
| + | bcrypt | ||
| + | billiard | ||
| + | black 19.10b0 | ||
| + | celery | ||
| + | certifi | ||
| + | cffi | ||
| + | channels | ||
| + | chardet | ||
| + | click 7.1.2 | ||
| + | constantly | ||
| + | coverage | ||
| + | coveralls | ||
| + | cryptography | ||
| + | daphne | ||
| + | defusedxml | ||
| + | Django | ||
| + | django-allauth | ||
| + | django-extensions | ||
| + | django-leaflet | ||
| + | django-loci | ||
| + | django-model-utils | ||
| + | django-organizations | ||
| + | django-phonenumber-field 4.0.0 | ||
| + | django-reversion | ||
| + | django-sortedm2m | ||
| + | django-taggit | ||
| + | django-x509 | ||
| + | djangorestframework-gis | ||
| + | docopt | ||
| + | flake8 | ||
| + | hyperlink | ||
| + | idna | ||
| + | importlib-metadata | ||
| + | incremental | ||
| + | isort 5.3.0 | ||
| + | jsonfield | ||
| + | kombu 4.6.11 | ||
| + | mccabe | ||
| + | mock-ssh-server | ||
| + | more-itertools | ||
| + | netjsonconfig | ||
| + | oauthlib | ||
| + | openwisp-controller | ||
| + | openwisp-users | ||
| + | openwisp-utils | ||
| + | packaging | ||
| + | paramiko | ||
| + | pathspec | ||
| + | phonenumbers | ||
| + | Pillow | ||
| + | pip 19.2.3 | ||
| + | pluggy | ||
| + | py | ||
| + | pyasn1 | ||
| + | pyasn1-modules | ||
| + | pycodestyle | ||
| + | pycparser | ||
| + | pyflakes | ||
| + | PyHamcrest | ||
| + | PyNaCl | ||
| + | pyOpenSSL | ||
| + | pyparsing | ||
| + | pytest | ||
| + | pytest-asyncio | ||
| + | pytest-cov | ||
| + | pytest-django | ||
| + | python3-openid | ||
| + | pytz | ||
| + | redis 3.5.3 | ||
| + | regex 2020.7.14 | ||
| + | requests | ||
| + | requests-oauthlib | ||
| + | scp 0.13.2 | ||
| + | service-identity | ||
| + | setuptools | ||
| + | six 1.15.0 | ||
| + | sqlparse | ||
| + | swapper | ||
| + | toml | ||
| + | Twisted | ||
| + | txaio 20.4.1 | ||
| + | typed-ast | ||
| + | urllib3 | ||
| + | vine | ||
| + | wcwidth | ||
| + | zipp | ||
| + | zope.interface | ||
| + | </ | ||
| + | |||
| + | Paquetes que he tenido que instalar manualmente a mayores: | ||
| + | |||
| + | < | ||
| + | (env)$ pip install channels | ||
| + | (env)$ pip install django-leaflet | ||
| + | (env)$ pip install " | ||
| + | (env)$ pip install jsonfield | ||
| + | (env)$ pip install cryptography | ||
| + | (env)$ pip install " | ||
| + | (env)$ pip install " | ||
| + | (env)$ pip install " | ||
| + | (env)$ pip install django-organizations | ||
| + | (env)$ pip install django-phonenumber-field | ||
| + | (env)$ pip install " | ||
| + | </ | ||
| + | |||
| + | Repetimos de nuevo los siguientes pasos: | ||
| + | |||
| + | < | ||
| + | (env)$ python setup.py develop | ||
| + | (env)$ ./ | ||
| + | (env)$ pip install -r requirements-test.txt | ||
| + | </ | ||
temp.1489419551.txt.gz · Last modified: 2017/03/13 15:39 by Oscar M.
