Skip to content

Commit

Permalink
Small tweaks for Vagrant functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenkgerritsen committed Jun 15, 2016
1 parent fed9cc7 commit 7468eb5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Homestead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
ip: "192.168.10.10"
memory: 2048
cpus: 1
hostname: code
name: code
name: "Codeception Laravel 5 Sample"
provider: virtualbox

folders:
Expand Down
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ You can setup this sample manually or use [Vagrant](https://www.vagrantup.com/)
#### Vagrant
- Clone repo
- Cd into the cloned directory
- Run vagrant up
- Install git submodules: `git submodule update --init --recursive`
- you can also add the `--recursive` flag to the `git clone` command to skip this step
- Run `vagrant up`

To SSH into the machine to run your tests, run ```vagrant ssh```. You can access the app on the guest vm under http://192.168.10.10/.
To SSH into the machine to run your tests, run `vagrant ssh`. You can access the app on the guest VM under http://192.168.10.10/.

### To test

Expand Down

0 comments on commit 7468eb5

Please sign in to comment.