You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,14 @@ You can find the documentation of koalixcrm here: [doc](http://readthedocs.org/d
34
34
Some information about the installation of koalixcrm: [installation](https://github.com/scaphilo/koalixcrm/wiki/Installation)
35
35
36
36
## 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
38
45
39
46
## Release Process
40
47
Information about the release process: [Release Process](https://github.com/scaphilo/koalixcrm/wiki/Release-Process)
0 commit comments