You need any kind of Linux system - the latest ubuntu will be great.
All deployment based on containers. Docker is simple to use at that moment.
It's guarantee that application is workig with that version.
The best IDE for python developing.
How to launch project in pycharm:
I. Configure Python interpreter for the project:
- In the bottom of the pycharm press interpreter settings
- Press Add interpreter in pop-up tab
- In a new tab press Pipenv Environment
- Configure as default and press Ok
II. Connect Python interpreter to the pycharm
- In the top of the pycharm press Add configuration
- In the top left press + and press python
- In script path choose the path to
manage.py
- In parameters write
runserver
- Press OK
III. Press Run - green arrow
How to launch tests in pycharm:
II. Connect Python interpreter to the pycharm pytests engine
- In the top open tab which we press before (Add configuration), now this tab is called differently
- In the top left press + , choose pytest and press ok
- Choose script path to the test file you want to launc
- Press OK
III. Press Run - green arrow
The best IDE for k8s developing.
All toolset will be installed via make command:
make setup-toolset
Verify that everithing is installed correctly:
make setup-verify
All commands for controlling cluster is describing in Makefile.
- Run cluster with prepared databases and etc
$ make run-dev-cluster
- Install byprice24 application to cluster
$ make backend-install
- Run cluster with installed byprice24 application
$ make run-full-cluster
Proxy for scraping
https://dashboard.scraperapi.com/dashboard