File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# BEAR.Package
2
2
3
- [ ![ Latest Stable Version ] ( https://poser.pugx.org/bear/package/v/stable.png )] ( https://packagist.org/packages/bear/package ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/koriym/BEAR.Package/badges/quality-score.png?b=develop-2 )] ( https://scrutinizer-ci.com/g/koriym/BEAR.Package/?branch=develop-2 )
3
+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/koriym/BEAR.Package/badges/quality-score.png?b=develop-2 )] ( https://scrutinizer-ci.com/g/koriym/BEAR.Package/?branch=develop-2 )
4
4
[ ![ Build Status] ( https://travis-ci.org/koriym/BEAR.Package.svg?branch=develop-2 )] ( https://travis-ci.org/koriym/BEAR.Package )
5
5
6
6
## Introduction
@@ -9,19 +9,19 @@ BEAR.Package is a [BEAR.Sunday](https://github.com/koriym/BEAR.Sunday) resource
9
9
10
10
# Installation
11
11
12
- $ composer create-project bear/package:~1.0@dev {PACKAGE_PATH }
12
+ $ composer create-project bear/package:~1.0@dev {$Vendor.$Package }
13
13
14
14
## built-in web server
15
15
16
16
for demo app web page
17
17
18
- $ php -S 0 .0.0.0 :8080 -t docs/demo-app/var/www/
18
+ $ php -S 127 .0.0.1 :8080 -t docs/demo-app/var/www/
19
19
20
- You can then open a browser and go to ` http://0 .0.0.0 :8080 ` to see the ` {"greeting":"Hello BEAR.Sunday"} ` json output.
20
+ You can then open a browser and go to ` http://127 .0.0.1 :8080 ` to see the ` {"greeting":"Hello BEAR.Sunday"} ` json output.
21
21
22
22
## Virtual Host for Production
23
23
24
- Set up a virtual host to point to the ` {$PACKAGE_PATH} docs/demo-app/var/www` directory of the application.
24
+ Set up a virtual host to point to the ` /path/to/package/ docs/demo-app/var/www` directory of the application.
25
25
26
26
## Demo - Hypermedia Application Language (HAL)
27
27
You can’t perform that action at this time.
0 commit comments