mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 13:24:01 -07:00
Update README.md
This commit is contained in:
parent
2c09ad1137
commit
07eccab3e1
1 changed files with 13 additions and 16 deletions
29
README.md
29
README.md
|
@ -75,7 +75,19 @@ For installation, you need to follow a few simple steps.
|
||||||
3. After run `composer install` on the project directory
|
3. After run `composer install` on the project directory
|
||||||
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. Voila! ✨
|
6. You must provide write permissions to the specified folders:
|
||||||
|
1. `data/avatars`
|
||||||
|
2. `data/uploads`
|
||||||
|
3. `data/uploads/thumbs`
|
||||||
|
4. `internal_data/atom`
|
||||||
|
5. `internal_data/cache`
|
||||||
|
6. `internal_data/log`
|
||||||
|
7. `internal_data/triggers`
|
||||||
|
8. `sitemap`
|
||||||
|
***
|
||||||
|
The specific settings depend on the server you are using, but in general case we recommend chmod **0755** for folders,
|
||||||
|
and chmod **0644** for files in them. If you are not sure, leave it as is.
|
||||||
|
7. Voila! ✨
|
||||||
|
|
||||||
### Additional steps 👣
|
### Additional steps 👣
|
||||||
|
|
||||||
|
@ -87,21 +99,6 @@ For installation, you need to follow a few simple steps.
|
||||||
4. **opensearch_desc_bt.xml** (change the description and address on your own)
|
4. **opensearch_desc_bt.xml** (change the description and address on your own)
|
||||||
3. Log in to the forum with **admin/admin** login/password and finish setting up via admin panel
|
3. Log in to the forum with **admin/admin** login/password and finish setting up via admin panel
|
||||||
|
|
||||||
## 🔑 Access rights on folders and files
|
|
||||||
|
|
||||||
You must provide write permissions to the specified folders:
|
|
||||||
* `data/avatars`
|
|
||||||
* `data/uploads`
|
|
||||||
* `data/uploads/thumbs`
|
|
||||||
* `internal_data/atom`
|
|
||||||
* `internal_data/cache`
|
|
||||||
* `internal_data/log`
|
|
||||||
* `internal_data/triggers`
|
|
||||||
* `sitemap`
|
|
||||||
|
|
||||||
The specific settings depend on the server you are using, but in general case we recommend chmod **0755** for folders,
|
|
||||||
and chmod **0644** for files in them. If you are not sure, leave it as is.
|
|
||||||
|
|
||||||
## 🔐 Security vulnerabilities
|
## 🔐 Security vulnerabilities
|
||||||
|
|
||||||
If you discover a security vulnerability within TorrentPier, please follow our [security policy](https://github.com/torrentpier/torrentpier/security/policy), so we can address it promptly.
|
If you discover a security vulnerability within TorrentPier, please follow our [security policy](https://github.com/torrentpier/torrentpier/security/policy), so we can address it promptly.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue