Skip to content

Commit

Permalink
No need to chmod anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pil0tXia committed Mar 31, 2024
1 parent 6c08935 commit 3ae4e3c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
```
cd ~/service
git clone -b dev https://github.com/apache/eventmesh-dashboard.git
cd eventmesh-dashboard
chmod +x deployment/auto-deploy-eventmesh-dashboard.sh
cd eventmesh-dashboard/deployment/
```

Edit credentials:

```
cp deployment/.env.example deployment/.env
vim deployment/.env
cp .env.example .env
vim .env
```

Add task to crontab:
Expand All @@ -23,5 +22,5 @@ crontab -e
```

```
0 * * * * ~/service/eventmesh-dashboard/deployment/auto-deploy-eventmesh-dashboard.sh
0 * * * * bash ~/service/eventmesh-dashboard/deployment/auto-deploy-eventmesh-dashboard.sh
```

0 comments on commit 3ae4e3c

Please sign in to comment.