From 2398afc74fba3d2214608bdd68a2c05fbffe13fa Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:08:21 +0200 Subject: [PATCH] improve spin up more --- CONTRIBUTING.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 04240286d..ffbcc9112 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,9 +100,9 @@ ## 4. Set up Environment Variables ## 5. Start Coolify -1. Open a terminal in the Coolify directory. +1. Open a terminal in the local Coolify directory. -2. Run the following command: +2. Run the following command in the terminal (leave that terminal open): ``` spin up ``` @@ -113,6 +113,8 @@ ## 5. Start Coolify sudo spin up ``` +Note: If you change environment variables afterwards or anything seems broken, press Ctrl + C to stop the process and run `spin up` again. + ## 6. Start Development