From 31ced8bde707f776f3b236fb0b6c6dfdb5dbc20f Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 11 Dec 2021 09:07:24 -0500 Subject: [PATCH] Removed lines concerning yaml backend --- doc/BUILD_ON_LINUX.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/doc/BUILD_ON_LINUX.md b/doc/BUILD_ON_LINUX.md index 47b6b2e921..2a3152d515 100644 --- a/doc/BUILD_ON_LINUX.md +++ b/doc/BUILD_ON_LINUX.md @@ -120,14 +120,6 @@ cd [frontend/]app_flowy/product/0.0.2/linux/Debug/AppFlowy/app_flowy ## [Optional] Step 5: Build Server side application (if you need to host web service locally) ------------------------------ -1. Environment settings - -Modify the following files to suite your environment. -``` shell -cp backend/configuration/base.example.yaml backend/configuration/base.yaml -cp backend/configuration/.env.example backend/configuration/.env -``` - Note: You can launch postgresql server by using docker container TBD