Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
public server run path changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Jul 20, 2017
1 parent 7449525 commit d27da46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_script:
- cp config/autoload/local.php.dist config/autoload/local.php
- ls config/autoload
- composer install -o --prefer-dist
- php -S 127.0.0.1:8080 -t public/site1 >/dev/null 2>&1 &
- bin/console server:run >/dev/null 2>&1 &

script:
- vendor/bin/codecept run
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ composer create-project selami/selami-skeleton myApp

```bash
cd myApp
bin/console server:run --public=public/site1
bin/console server:run --public=public
```

### Available routes with the default installation:

* http://127.0.0.1:8080/
* http://127.0.0.1:8080/category/test-category-slug
* http://127.0.0.1:8080/2017/05/test-json-slug
* http://127.0.0.1:8080/en/category/test-category-slug
* http://127.0.0.1:8080/en/2017/05/test-json-slug


0 comments on commit d27da46

Please sign in to comment.