Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,28 +58,6 @@ Ensure the following directories are writable by the web server.
chmod 775 public/assets runtime tests/_output
```

### Environment configuration

1. **Create environment file** (optional)
```bash
cp .env.example .env
```

2. **Configure database connection** in `config/web/components.php`
```php
<?php

return [
'db' => [
'class' => 'yii\db\Connection',
'dsn' => 'mysql:host=localhost;dbname=myapp',
'username' => 'root',
'password' => '',
'charset' => 'utf8',
],
];
```

### Web server configuration

#### Apache
Expand Down