Skip to content

Commit fbd0e5d

Browse files
committed
📚 Add troubleshooting documentation
1 parent a34d6c8 commit fbd0e5d

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
* [Available tasks](all-tasks.md)
2020
* [Available recipes](all-recipes.md)
2121
* [Custom tasks and hooks](custom-tasks.md)
22-
* [Troubleshooting](troubleshooting.md) (TODO)
22+
* [Troubleshooting](troubleshooting.md)
2323

2424
For more advanced documentation, please refer to the [Deployer documentation](https://deployer.org/docs).

docs/troubleshooting.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
# Troubleshooting
1+
# 🚨 Troubleshooting
22

3-
TODO
3+
## Unable to setup correct permissions for writable dirs.
4+
5+
**Problem:**
6+
7+
```bash
8+
[RuntimeException]
9+
Cant't set writable dirs with ACL.
10+
```
11+
12+
**Solution:**
13+
14+
Since Deployer uses `acl` by default to set up permissions for writable directories, this is likely that your server does not have it installed yet. Running the following command (on linux) and restarting deployment should fix that for you.
15+
16+
```bash
17+
sudo apt-get install acl
18+
```

0 commit comments

Comments
 (0)