You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> If you have never used composer before make sure you read the [`Composer Basic Usage`](https://getcomposer.org/doc/01-basic-usage.md) section in Composer's documentation
51
+
> If you have never used composer before make sure you read the [`Composer Basic Usage`](https://getcomposer.org/doc/01-basic-usage.md) section in Composer's documentation.
49
52
50
-
## Choosing an installation path for Dotkernel `light`
53
+
## Choosing an Installation Path for Dotkernel `Light`
51
54
52
55
Example:
53
56
54
57
- absolute path `/var/www/dk`
55
58
- or relative path `dk` (equivalent with `./dk`)
56
59
57
-
## Installing Dotkernel `light`
60
+
## Installing Dotkernel `Light`
58
61
59
62
After you choose the path for Dotkernel light (`dk` will be used for the remainder of this example), let's move onto installation.
60
63
61
-
### Installing Dotkernel `light` using git clone
64
+
### Installing Dotkernel `Light` Using `git clone`
62
65
63
66
This method ensures that the default branch is installed, even if it is not released. Run the following command:
The dependencies have to be installed separately, by running this command:
72
+
The dependencies have to be installed separately by running this command:
70
73
71
74
```shell
72
75
composer install
@@ -91,7 +94,7 @@ The next question is:
91
94
92
95
You should enter `y` and press `Enter`.
93
96
94
-
## Development mode
97
+
## Development Mode
95
98
96
99
Run this command to enable dev mode by turning debug flag to `true` and turning configuration caching to `off`. It will also make sure that any existing config cache is cleared.
97
100
@@ -124,17 +127,17 @@ The build command compiles the components from the `src/App/assets` folder into
124
127
npm run build
125
128
```
126
129
127
-
## Running the application
130
+
## Running the Application
128
131
129
132
We recommend running your applications in WSL:
130
133
131
-
- make sure you have [WSL](https://github.com/dotkernel/development/blob/main/wsl/README.md) installed on your system
132
-
- currently we provide a distro implementations for [AlmaLinux9](https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md)
133
-
- install the application in a virtualhost as recommended by the chosen distro
134
-
- set `$baseUrl` in **config/autoload/local.php** to the address of the virtualhost
135
-
- run the application by opening the virtualhost address in your browser
134
+
- Make sure you have [WSL](https://github.com/dotkernel/development/blob/main/wsl/README.md) installed on your system.
135
+
- Currently we provide a distro implementation for [AlmaLinux10](https://docs.dotkernel.org/development/v2/setup/installation/).
136
+
- Install the application in a virtualhost as recommended by the chosen distro.
137
+
- Set `$baseUrl` in **config/autoload/local.php** to the address of your virtualhost.
138
+
- Run the application by opening the virtualhost address in your browser.
136
139
137
-
You should see the `Dotkernel light` welcome page.
140
+
You should see the `Dotkernel Light` welcome page.
0 commit comments