Read this in other languages: Русский
This repository provides a Docker Compose setup for running the Citeck Community. The Citeck is an
enterprise content management system that allows managing business processes, documents, and tasks.
Make sure you have the following prerequisites installed on your system:
- Docker: Install Docker
- Docker Compose: Install Docker Compose (not required when installing using Citeck launcher)
- 16 gb RAM for docker engine
You can deploy Citeck Community using either a convenient Citeck cross-platform launcher or manually using Docker Compose.
Citeck launcher
-
Download the latest citeck-launcher distrib for your OS from the releases page and run it.
-
For a quick start of Citeck Community:
-
With preloaded demo data - choose Quick Start With Demo Data.
-
Without demo data - choose Quick Start Without Demo Data.
Wait for the data to download and verify.
-
-
Images downloading and deploying will start automatically.
-
Wait until all microservices and applications reach the Running status, then click Open In Browser.
-
During the first deployment, Keycloak will prompt you to change the password.
Docker Compose
- Clone this repository:
git clone https://github.com/citeck/citeck-community.gitNote: citeck-community comes with pre-filled demo data. To disable this setting before deploying the stand go to
the \services\environments folder and in file demo_data.env change setting WITH_DEMO_DATA from true to false.
- Navigate to the cloned repository:
cd citeck-community- Start the Docker Compose setup:
docker-compose up -dThis command will build and start the necessary Docker containers. It may take a few minutes to download the required images and set up the environment.
- Access the Citeck Community:
Once the Docker containers are up and running, you can access the Citeck Community by opening your web browser and visiting http://localhost/ The demo should be available at this URL.
To stop and remove the Docker containers, you can use the following command:
docker-compose downThis will stop and remove the containers, but it will keep the downloaded images on your system. If you want to remove
the images as well, you can use the --volumes flag:
docker-compose down --volumesPlease do not try to download the repository as an archive, download the repository using git clone
The Citeck Community provides a pre-configured environment for testing and exploring the capabilities of the Citeck system. You can log in using the following credentials:
- Username:
admin - Password:
admin
Please note that this is a demo setup, and it is not recommended for production use. If you want to use Citeck in a production environment, please refer to the official documentation for deployment instructions.
For more information about Citeck and its features, please refer to the official documentation: Citeck Documentation
This Docker Compose setup is licensed under the LGPL License. Please note that Citeck has its own licensing terms and conditions, which you should review separately.