diff --git a/README.md b/README.md index d9244fe0..efd0cd85 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,14 @@ You can find the documentation of koalixcrm here: [doc](http://readthedocs.org/d Some information about the installation of koalixcrm: [installation](https://github.com/scaphilo/koalixcrm/wiki/Installation) ## Development environment setup -Information about the development environment setup for this and similar projects can be found here: [Development environment setup](https://github.com/scaphilo/koalixcrm/wiki/Development-Environment-Setup) +To set up the development environment for KoalixCRM, you can use Docker with the following commands: + +docker-compose pull +docker-compose up + +To run the application, use: + +docker compose run --service-ports web python manage.py runserver 0.0.0.0:8000 --settings=projectsettings.settings.development_docker_sqlite_settings.py ## Release Process Information about the release process: [Release Process](https://github.com/scaphilo/koalixcrm/wiki/Release-Process) diff --git a/koalixcrm/version.py b/koalixcrm/version.py index 30bf4725..8c5e6707 100644 --- a/koalixcrm/version.py +++ b/koalixcrm/version.py @@ -1 +1 @@ -KOALIXCRM_VERSION = "1.14.0" +KOALIXCRM_VERSION = "1.14.1"