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
|
/redis-data
|
||||||
traefik.yml
|
traefik.yml
|
||||||
.docker
|
.docker
|
||||||
|
.env.production
|
||||||
|
|
||||||
# testing
|
# testing
|
||||||
/coverage
|
/coverage
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user