Skip to content

Commit 2b934ac

Browse files
committed
Updated
1 parent 80fa8fa commit 2b934ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ $ bower update
1616
See more info https://github.com/AngularYii2/angularyii2.github.io
1717

1818
###Init server:###
19+
[on GitHub](https://github.com/githubjeka/yii2-rest)
1920
[![Build Status](https://travis-ci.org/githubjeka/yii2-rest.svg)](https://travis-ci.org/githubjeka/yii2-rest)
21+
2022
```
2123
$ cd rest
2224
$ composer install --prefer-dist
2325
```
26+
2427
Create a new database and adjust the components['db'] configuration in environments/dev/common/config/main-local.php accordingly.
2528
```
2629
$ php init
2730
$ php yii migrate
2831
```
2932

30-
See more info https://github.com/githubjeka/yii2-rest/blob/master/README.md
31-
32-
3333
## Test app yii2 rest Api and angular client side
3434

3535
Demo Client - [http://angularyii2.github.io/](http://angularyii2.github.io/)

0 commit comments

Comments
 (0)