Skip to content

Commit 6adfd0b

Browse files
committed
[Issue #356] ci: Update the koalixcrm version to 1.14.1
1 parent f1c0c46 commit 6adfd0b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,14 @@ You can find the documentation of koalixcrm here: [doc](http://readthedocs.org/d
3434
Some information about the installation of koalixcrm: [installation](https://github.com/scaphilo/koalixcrm/wiki/Installation)
3535

3636
## Development environment setup
37-
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)
37+
To set up the development environment for KoalixCRM, you can use Docker with the following commands:
38+
39+
docker-compose pull
40+
docker-compose up
41+
42+
To run the application, use:
43+
44+
docker compose run --service-ports web python manage.py runserver 0.0.0.0:8000 --settings=projectsettings.settings.development_docker_sqlite_settings.py
3845

3946
## Release Process
4047
Information about the release process: [Release Process](https://github.com/scaphilo/koalixcrm/wiki/Release-Process)

koalixcrm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
KOALIXCRM_VERSION = "1.14.0"
1+
KOALIXCRM_VERSION = "1.14.1"

0 commit comments

Comments
 (0)