From b45eb288b4fa3a0943c552567513d0329df48241 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Wed, 7 Aug 2024 17:43:34 +0700 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8f66bc692..c5f3c2dd4 100644 --- a/README.md +++ b/README.md @@ -62,18 +62,29 @@ Demo is reset every 24 hours! 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/) 2. Run `composer create-project torrentpier/torrentpier` 3. After run `composer install` on the project directory 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`) -6. Edit domain name and domain port in the configuration file or a local copy (`$reserved_name` and `$reserved_port`) -7. Edit this files: +6. Voila! ✨ + +### 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) 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) 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