Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexfer/redis-sphinx-mysql-php


https://github.com/alexfer/redis-sphinx-mysql-php

Last synced: 1 day ago
JSON representation

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
````