Skip to content

Commit

Permalink
cleanup readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Jun 11, 2017
1 parent 4792e21 commit 35f660d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The next phpvms version built on the laravel framework. work in progress. If you

run the following commands. for right now, we're running on sqlite. for mysql, set `DB_CONNECTION` to `mysql` in the `.env` file, and skip the `sqlite3` step below.

```
```bash
cp .env.example .env
composer install --no-interaction
sqlite3 database/testing.sqlite ""
Expand Down Expand Up @@ -39,6 +39,10 @@ see [this article](https://www.digitalocean.com/community/tutorials/how-to-insta

(TODO: redis information, etc)

# license
# updating

extract files and run the migrations:

phpVMS is open-sourced software licensed under the [The 3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause).
```bash
php artisan migrate
```

0 comments on commit 35f660d

Please sign in to comment.