Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexfer/redis-sphinx-mysql-php
https://github.com/alexfer/redis-sphinx-mysql-php
Last synced: 1 day 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T09:35:03.000Z (4 months ago)
- Last Synced: 2024-07-13T10:06:09.288Z (4 months ago)
- Language: Dockerfile
- Size: 17.6 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
````