From bec71c9c7ae7933376e7dbabfe3e2f704886daed Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 1 May 2024 01:12:20 -0600 Subject: [PATCH] chore: remove instructions --- .gitignore | 1 + CONTRIBUTING.md | 8 -------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index c1b996d0..bfbda236 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /redis-data traefik.yml .docker +.env.production # testing /coverage diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06467b18..77c0fef0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,8 +51,6 @@ feat: add new feature ## Setup -We use Node `18.18.0` and pnpm `8.15.4` to run the project. - ```bash git clone https://github.com/dokploy/dokploy.git cd dokploy @@ -67,12 +65,6 @@ Is required to have **Docker** installed on your machine. ### Setup -We need to create the file system of dokploy and give the permissions. - -```bash -sudo mkdir -p /etc/dokploy && sudo chmod 777 /etc/dokploy -``` - Now we can run the command that will spin up all the required services and files. ```bash