We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c8685d commit a439c85Copy full SHA for a439c85
docs/book/v1/installation.md
@@ -1,11 +1,19 @@
1
# INSTALLATION
2
3
+## Location
4
+
5
+- Because you are logged in now with the non-root user `dotkernel`, your current server path must be `/home/dotkernel`
6
7
+> Please be sure you are using the non-root user for the below installation
8
9
## git clone
10
11
```shell
12
git clone -b default-queue https://github.com/dotkernel/queue.git
13
```
14
15
+> The installation path should be now `/home/dotkernel/queue`
16
17
## Prepare `config/autoload` files
18
19
- duplicate `local.php.dist` as `local.php`, then fill in the database credentials and set the `$baseUrl`
0 commit comments