Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7468eb5

Browse files
Small tweaks for Vagrant functionality
1 parent fed9cc7 commit 7468eb5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

‎Homestead.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
ip: "192.168.10.10"
33
memory: 2048
44
cpus: 1
5-
hostname: code
6-
name: code
5+
name: "Codeception Laravel 5 Sample"
76
provider: virtualbox
87

98
folders:

‎readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ You can setup this sample manually or use [Vagrant](https://www.vagrantup.com/)
2222
#### Vagrant
2323
- Clone repo
2424
- Cd into the cloned directory
25-
- Run vagrant up
25+
- Install git submodules: `git submodule update --init --recursive`
26+
- you can also add the `--recursive` flag to the `git clone` command to skip this step
27+
- Run `vagrant up`
2628

27-
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/.
29+
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/.
2830

2931
### To test
3032

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /