Update README.md

This commit is contained in:
Roman Kelesidis 2024-08-08 01:38:31 +07:00
commit bd34132469

View file

@ -77,13 +77,8 @@ For installation, you need to follow a few simple steps.
4. Create database and import dump located at `install/sql/mysql.sql` 4. Create database and import dump located at `install/sql/mysql.sql`
5. Edit database configuration settings in the environment (`.env.example`, after rename to `.env`) 5. Edit database configuration settings in the environment (`.env.example`, after rename to `.env`)
6. Provide write permissions to the specified folders: 6. Provide write permissions to the specified folders:
* `data/avatars` * `data/avatars`, `data/uploads`, `data/uploads/thumbs`
* `data/uploads` * `internal_data/atom`, `internal_data/cache`, `internal_data/log`, `internal_data/triggers`
* `data/uploads/thumbs`
* `internal_data/atom`
* `internal_data/cache`
* `internal_data/log`
* `internal_data/triggers`
* `sitemap` * `sitemap`
7. Voila! ✨ 7. Voila! ✨