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 <[email protected]> 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.
