Skip to content

Commit ff912a9

Browse files
committed
updated readme
1 parent 3b74309 commit ff912a9

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.idea
2+
.DS_Store
23
node_modules

README.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ If you interested you can see the previous solution in the branch [v.1.0](https:
77

88
I'm using [dockie/lamp](http://github.com/robloach/dockie)
99

10-
**Features**
11-
12-
* [Dockie](../dockie)
13-
* [Apache](https://httpd.apache.org/) 2.4.7
14-
* [PHP](http://php.net/) 5.5.9
15-
* [MySQL](http://www.mysql.com/) 5.5.37
16-
* [phpMyAdmin](http://www.phpmyadmin.net/) 4.0.10
17-
* [Composer](http://getcomposer.org) 1.0.0-alpha8
18-
1910
1. Get last image
2011
```
2112
docker pull dockie/lamp
@@ -31,11 +22,20 @@ I'm using [dockie/lamp](http://github.com/robloach/dockie)
3122
3. Adding `wordpress` bd - http://localhost:8000/phpmyadmin
3223
3324
4. Copy last [wordpress CMS](https://wordpress.org/download/) to `www` folder
25+
26+
**Backend stack**
27+
28+
* [Dockie](../dockie)
29+
* [Apache](https://httpd.apache.org/) 2.4.7
30+
* [PHP](http://php.net/) 5.5.9
31+
* [MySQL](http://www.mysql.com/) 5.5.37
32+
* [phpMyAdmin](http://www.phpmyadmin.net/) 4.0.10
33+
* [Composer](http://getcomposer.org) 1.0.0-alpha8
3434
3535
**MySQL**
3636
3737
Connect on `localhost:3306`, user `root`, password `root`.
3838
39-
## Links to webpack with angular starter
39+
### Useful links
4040
4141
https://github.com/preboot/angular-webpack

0 commit comments

Comments
 (0)