Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowing committed Jun 1, 2019
1 parent e7063d7 commit 086557e
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,14 @@ The steps below are all written with the presumption that you're using Ubuntu.
4. PHP 7.1 or newer
5. Gulp


### Installation

## Migration
1. Create Database
2. Change `env.example.php` to `env.php`
3. Edit `env.php` for your Database
4. Migrate your DB with `./vendor/bin/phpmig migration`


## Installation
1. `git clone https://github.com/b3none/csgo-league-web`
2. `composer install`
3. `npm i`
4. `npm i -g gulp`
5. `gulp build`
6. `./vendor/bin/phpmig migration`

## Serving

### Locally
Expand All @@ -65,4 +58,4 @@ The steps below are all written with the presumption that you're using Ubuntu.
</Directory>
</VirtualHost>
```
5. `sudo a2ensite csgo-league-web.conf`
5. `sudo a2ensite csgo-league-web.conf`

0 comments on commit 086557e

Please sign in to comment.