mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
chore: remove instructions
This commit is contained in:
parent
944d89f6d2
commit
bec71c9c7a
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user