Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Modify spark migrate commands to be run in a new installation
  • Loading branch information
DidierViret authored Sep 16, 2022
1 parent e125b83 commit 117a031
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ It is based on the CodeIgniter 4.x framework.
1. Download [our latest release](https://github.com/OrifInformatique/stock/releases)
2. Unzip your download in your project's directory (in your local PHP server)
3. Rename .env_dist file to .env and adapt it for your server's parameters
4. Generate a local database running CodeIgniter's spark migrate command
4. Generate a local database running CodeIgniter's spark migrate commands

```bash
php spark migrate -all
php spark migrate --n Stock
php spark migrate --n User
```

## Upgrade Version 1.6 to Version 4.0
Expand Down

0 comments on commit 117a031

Please sign in to comment.