Browse Source

update installation/setup guide

main
ghost 1 year ago
parent
commit
f8845c620f
  1. 4
      README.md

4
README.md

@ -38,7 +38,11 @@ sphinxsearch
#### Installation #### Installation
* `git clone https://github.com/YGGverse/YGGo.git` * `git clone https://github.com/YGGverse/YGGo.git`
* `cd YGGo`
* `composer install` * `composer install`
### Setup
* Server configuration `/example/environment`
* The web root dir is `/src/public` * The web root dir is `/src/public`
* Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder * Deploy the database using [MySQL Workbench](https://www.mysql.com/products/workbench) project presented in the `/database` folder
* Install [Sphinx Search Server](https://sphinxsearch.com) * Install [Sphinx Search Server](https://sphinxsearch.com)

Loading…
Cancel
Save