File tree 3 files changed +11
-10
lines changed
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
+ .DS_Store
2
3
node_modules
Original file line number Diff line number Diff line change @@ -7,15 +7,6 @@ If you interested you can see the previous solution in the branch [v.1.0](https:
7
7
8
8
I'm using [ dockie/lamp] ( http://github.com/robloach/dockie )
9
9
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
-
19
10
1 . Get last image
20
11
```
21
12
docker pull dockie/lamp
@@ -31,11 +22,20 @@ I'm using [dockie/lamp](http://github.com/robloach/dockie)
31
22
3. Adding `wordpress` bd - http://localhost:8000/phpmyadmin
32
23
33
24
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
34
34
35
35
**MySQL**
36
36
37
37
Connect on `localhost:3306`, user `root`, password `root`.
38
38
39
- ## Links to webpack with angular starter
39
+ ### Useful links
40
40
41
41
https://github.com/preboot/angular-webpack
You can’t perform that action at this time.
0 commit comments