You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zk...@apache.org on 2022/11/07 14:34:45 UTC

[incubator-devlake-website] 01/02: Added note for setting appropriate permission for .env file

This is an automated email from the ASF dual-hosted git repository.

zky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit a273891c57e545392ac7975e1f135d4eca194377
Author: PalanikannanM <73...@users.noreply.github.com>
AuthorDate: Sat Nov 5 17:45:07 2022 +0530

    Added note for setting appropriate permission for .env file
---
 versioned_docs/version-v0.14/GettingStarted/DockerComposeSetup.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/versioned_docs/version-v0.14/GettingStarted/DockerComposeSetup.md b/versioned_docs/version-v0.14/GettingStarted/DockerComposeSetup.md
index a5b1f973e..f00ff4a3e 100644
--- a/versioned_docs/version-v0.14/GettingStarted/DockerComposeSetup.md
+++ b/versioned_docs/version-v0.14/GettingStarted/DockerComposeSetup.md
@@ -19,6 +19,8 @@ sidebar_position: 1
 2. Rename `env.example` to `.env`. For Mac/Linux users, please run `mv env.example .env` in the terminal. This file contains the environment variables that the Devlake server will use. Additional ones can be found in the compose file(s).
 3. Run `docker-compose up -d` to launch DevLake.
 
+NOTEļ¼šMake sure your `.env` file has read and write permissions set for the current user, else the API Server will not start properly
+
 ## Collect data and view dashboards
 
 1. Visit `config-ui` at `http://localhost:4000` in your browser to configure DevLake and collect data.