chore: remove instructions

This commit is contained in:
Mauricio Siu
2024-05-01 01:12:20 -06:00
parent 944d89f6d2
commit bec71c9c7a
2 changed files with 1 additions and 8 deletions

1
.gitignore vendored
View File

@@ -7,6 +7,7 @@
/redis-data /redis-data
traefik.yml traefik.yml
.docker .docker
.env.production
# testing # testing
/coverage /coverage

View File

@@ -51,8 +51,6 @@ feat: add new feature
## Setup ## Setup
We use Node `18.18.0` and pnpm `8.15.4` to run the project.
```bash ```bash
git clone https://github.com/dokploy/dokploy.git git clone https://github.com/dokploy/dokploy.git
cd dokploy cd dokploy
@@ -67,12 +65,6 @@ Is required to have **Docker** installed on your machine.
### Setup ### 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. Now we can run the command that will spin up all the required services and files.
```bash ```bash