mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Update README.md
This commit is contained in:
parent
434d4532eb
commit
b45eb288b4
1 changed files with 14 additions and 3 deletions
17
README.md
17
README.md
|
@ -62,18 +62,29 @@ Demo is reset every 24 hours!
|
||||||
|
|
||||||
For installation, you need to follow a few simple steps:
|
For installation, you need to follow a few simple steps:
|
||||||
|
|
||||||
|
### Quick install ☕️
|
||||||
|
|
||||||
|
1. Run in CLI mode `php install.php`
|
||||||
|
2. Voila! ✨
|
||||||
|
|
||||||
|
### Manual 🔩
|
||||||
|
|
||||||
1. Install [Composer](https://getcomposer.org/)
|
1. Install [Composer](https://getcomposer.org/)
|
||||||
2. Run `composer create-project torrentpier/torrentpier`
|
2. Run `composer create-project torrentpier/torrentpier`
|
||||||
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. Edit domain name and domain port in the configuration file or a local copy (`$reserved_name` and `$reserved_port`)
|
6. Voila! ✨
|
||||||
7. Edit this files:
|
|
||||||
|
### Other steps 👣
|
||||||
|
|
||||||
|
1. Edit domain name and domain port in the configuration file or a local copy (`$reserved_name` and `$reserved_port`)
|
||||||
|
2. Edit this files:
|
||||||
1. **favicon.png** (change on your own)
|
1. **favicon.png** (change on your own)
|
||||||
2. **robots.txt** (change the addresses in lines `Host` and `Sitemap` on your own)
|
2. **robots.txt** (change the addresses in lines `Host` and `Sitemap` on your own)
|
||||||
3. **opensearch_desc.xml** (change the description and address on your own)
|
3. **opensearch_desc.xml** (change the description and address on your own)
|
||||||
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)
|
||||||
8. 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
|
## 🔑 Access rights on folders and files
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue