File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 - SPDX-FileCopyrightText: 2025 Jankari Tech Pvt. Ltd.
33 - SPDX-License-Identifier: AGPL-3.0-or-later
44-->
5+
56# Nextcloud-OpenProject Full Setup
67
78## Table of Contents
3132 cd dev
3233 ```
3334
34- 3 . _ (Optional)_ To enable keycloak service, uncomment the following line in the ` dev/.env ` file:
35-
36- ``` yaml
37- # run keycloak
38- KEYCLOAK=:keycloak.yaml
39- ```
40-
41- 4 . Start the services
35+ 3 . Start the services
4236
4337 ``` bash
4438 docker compose up
4539 ```
4640
47- 5 . Once the services are up, add the certificates to the system and browser trust store
41+ > [ !NOTE]
42+ >
43+ > Use ` compose.override.yaml ` file to override the services.
44+ >
45+ > ``` bash
46+ > cp compose.override.yaml.example compose.override.yaml
47+ > ` ` `
48+
49+ 4. Once the services are up, add the certificates to the system and browser trust store
4850
4951 ` ` ` bash
5052 bash ./ssl.sh
5153 ```
5254
5355 ** NOTE:** Restart the browser after adding the certificates to the trust store.
5456
55- 6 . Access the services:
57+ 5 . Access the services:
5658
5759 Nextcloud: [ nextcloud.local] ( https://nextcloud.local )
5860
You can’t perform that action at this time.
0 commit comments