Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomut0 authored Jun 19, 2021
1 parent c2a3997 commit 6a3a99e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,15 @@ To install SimpleClansStats interface, please follow the next simple steps:
2. Install [PHP](https://www.php.net/downloads) >= 7.4
3. Make sure you have [NGINX](https://www.nginx.com/) or [Apache](https://httpd.apache.org/) as one of your web server.
4. Unpack zip archieve with any ZIP explorer program (such as [WinRar](https://www.win-rar.com/download.html?&L=0) or [7-Zip](https://www.7-zip.org/download.html)) to web server's home folder.
5. Run `composer install`
5. Make copy of `.env.example` to `.env` and set up it.
```shell
cp .env.example .env
php artisan key:generate
```
> **Note** <br>
> The database is mandatory and must have tables `sc_players` and `sc_clans` to work fine.
6. Have a fun!
6. Profit! 😃
### Local
WIP.
## Useful links
Expand Down

0 comments on commit 6a3a99e

Please sign in to comment.