developing with python installed throught your system
- install poetry for python on how to install it, go to this docs:
https://python-poetry.org/docs/
- after installing the poetry, go install needed packages for skeleton with cmd
cd to-your-cloned-git
thenpoetry install
- dont forget to duplicate
app/app/.env.example
toapp/app/.env
and edit .env to your config - then run the runserver with
poet_runserver.bat
, then openhttp://localhost:8000
on your browser. and thats it...
install inside docker container
- install docker, go read docs
https://docs.docker.com/get-docker/
- (optional) if you install inside linux server, you need to install docker-compose first. you can use my script if u have to
./install.docker-compose.sh
- ---still on development---