Skip to content

Commit

Permalink
Include Vagrant integration directly inside UF #829
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 21, 2018
1 parent bd30fa8 commit 3f5e9c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Added `RefreshDatabase` test Trait to use a fresh database for a test
- Added `TestDatabase` test Trait to use the in memory database for a test
- Implement `withRaw`, `withSum`, `withAvg`, `withMin`, `withMax` (see https://github.com/laravel/framework/pull/16815)
- Include Vagrant integration directly inside UF (#829)

### Changed
- Moved `migrate` Bakery command and sub-commands to the `Core` sprinkle.
Expand Down
2 changes: 1 addition & 1 deletion vagrant/after.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cp app/sprinkles.example.json app/sprinkles.json
# Install UserFrosting
php bakery debug
php bakery migrate
# php bakery create-admin !!! Requires fix for #808 https://github.com/userfrosting/UserFrosting/issues/808
php bakery create-admin --username="admin" --email="admin@userfrosting.test" --password="adminadmin12" --firstName="Admin" --lastName="istrator"
php bakery build-assets

echo "\n\nUserFrosting is ready at http://192.168.10.10/"
2 changes: 1 addition & 1 deletion vagrant/doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ vagrant up

* Access UserFrosting at `http://192.168.10.10/`
* Username: **admin**
* Password: **adminadmin**
* Password: **adminadmin12**

## Additional commands:
* Access your Linux server from the command line:
Expand Down

0 comments on commit 3f5e9c5

Please sign in to comment.