https://github.com/alexfer/redis-sphinx-mysql-php
https://github.com/alexfer/redis-sphinx-mysql-php
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexfer/redis-sphinx-mysql-php
- Owner: alexfer
- License: mit
- Created: 2024-07-12T08:38:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-10T14:18:10.000Z (5 months ago)
- Last Synced: 2025-02-10T15:26:32.982Z (5 months ago)
- Language: Dockerfile
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Docker Environment
Helps to build Mysql8, PHP7.4, Redis Server & Sphinx search 2.
#### Before start
````
cp .env.dist .env
````
and change your configuration#### To run & build execute following command:
````
docker-compose up -d --bild
````
#### After that check the containers are working
````
docker ps
````
#### Build indices in sphinx search engine
````
docker-compose exec sphinx indexer --all --rotate
````
Open file `hosts` & add new line
````
127.0.0.1 example.local www.example.local
````