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 c71bab8

Browse files
Readme
1 parent 736e9a3 commit c71bab8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Setup
66

7+
You can setup this sample manually or use [Vagrant](https://www.vagrantup.com/) to automatically set up a development environment for you.
8+
9+
#### Manual
710
- Clone repo
811
- Create your .env file from the example file: `cp .env.testing .env`
912
- Install composer dependencies: `composer install`
@@ -16,6 +19,11 @@
1619
- Server: run `php -S localhost:8000 -t public`
1720
- Browse to localhost:8000/posts
1821

22+
#### Vagrant
23+
- Clone repo
24+
25+
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/.
26+
1927
### To test
2028

2129
Run Codeception, installed via Composer

0 commit comments

Comments
(0)

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