Skip to content

Commit

Permalink
[Issue #356] ci: Update the koalixcrm version to 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Apr 22, 2024
1 parent f1c0c46 commit 6adfd0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion koalixcrm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
KOALIXCRM_VERSION = "1.14.0"
KOALIXCRM_VERSION = "1.14.1"

0 comments on commit 6adfd0b

Please sign in to comment.