Updated readme.md
New screenshots and some typos.
This commit is contained in:
parent
92a70e6d28
commit
b0415ee3b9
1 changed files with 9 additions and 9 deletions
18
readme.md
18
readme.md
|
@ -14,7 +14,7 @@ Host for yourself and friends, with a access hash key. Or set up a public search
|
|||
|
||||
After-all, finding things should be easy and not turn into a chore.
|
||||
|
||||
[](https://ajdg.solutions/wp-content/uploads/2023/12/goosle-mainpage.png)
|
||||
[](https://ajdg.solutions/assets/goosle/goosle-main.jpg)
|
||||
|
||||
## Features
|
||||
- Works on **any** hosting package that does PHP7.4 or newer
|
||||
|
@ -44,9 +44,9 @@ And yet it just works... fast!
|
|||
If you like Goosle, or found a use for it, please support my work and [donate](https://www.arnan.me/donate.html?mtm_campaign=goosle_readme) and tell everyone about its existence.
|
||||
|
||||
## Screenshots
|
||||
[](https://ajdg.solutions/wp-content/uploads/2023/12/goosle-mainpage.png)
|
||||
[](https://ajdg.solutions/wp-content/uploads/2023/12/goosle-search.png)
|
||||
[](https://ajdg.solutions/wp-content/uploads/2023/12/goosle-torrentsearch.png)
|
||||
[](https://ajdg.solutions/assets/goosle/goosle-search.jpg)
|
||||
[](https://ajdg.solutions/assets/goosle/goosle-images.jpg)
|
||||
[](https://ajdg.solutions/assets/goosle/goosle-torrents.jpg)
|
||||
|
||||
## Requirements
|
||||
Any basic webserver/webhosting package with PHP7.4 or newer. \
|
||||
|
@ -56,16 +56,16 @@ Tested to work on Apache with PHP8.0.24-8.2.x.
|
|||
## Installation
|
||||
1. Unzip the download.
|
||||
2. In the main directory. Copy config.default.php to config.php.
|
||||
3. Edit config.php file and set your preferences.
|
||||
4. Upload all files to your webserver, for example to the root folder of a subdomain (eg. search.example.com) or a sub-folder on your main site (eg. example.com/search/)
|
||||
3. Edit the config.php file and set your preferences.
|
||||
4. Upload all files to your webserver, for example to the root folder of a domain (eg. example.com), subdomain (eg. search.example.com) or a sub-folder on your main domain (eg. example.com/search/)
|
||||
5. Rename goosle.htaccess to .htaccess
|
||||
6. Load the site in your browser. If you've enabled the access hash add ?a=YOURHASH to the url.
|
||||
6. Load the site in your browser. If you've enabled the access hash add *?a=YOURHASH* to the url.
|
||||
7. Let me know where you installed Goosle :-)
|
||||
|
||||
## Updates
|
||||
1. Unzip the download.
|
||||
2. Check your config.php file and go over your preferences. Make sure any new settings or changed values are present in your config.php. (Or reconfigure Goosle with a new copy from config.default.php)
|
||||
3. Upload all files to your webserver, overwriting all files except perhaps config.php.
|
||||
2. Check your config.php file and go over your preferences. Make sure any new settings are present in your config.php. (Or reconfigure Goosle with a new copy from config.default.php)
|
||||
3. Upload all files to your webserver, overwriting the current Goosle files.
|
||||
4. Load the site in your browser. If you've enabled the access hash don't forget to add *?a=YOURHASH* to the url.
|
||||
5. Enjoy your updated search experience!
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue