mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: remove instructions
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,6 +7,7 @@
|
||||
/redis-data
|
||||
traefik.yml
|
||||
.docker
|
||||
.env.production
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user