You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-31Lines changed: 17 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,19 +17,10 @@
17
17
18
18
## Getting Started
19
19
20
-
### 1. Download
20
+
### 1. [Download ZIP](https://github.com/modularcode/modular-admin-html/releases) or Git Clone
21
21
22
-
You can download this project in 2 different ways: <ahref="https://github.com/modularcode/modular-admin-html/releases"target="_blank">download zip</a> or ```git clone https://github.com/modularcode/modular-admin-html.git ```.
Open the project [http://localhost:4000](http://localhost:4000).
55
46
56
-
> The project is built by Gulp.
57
-
58
47
59
48
**Warning!** all changes made in ```dist/``` folder would be overwriten on application build.
60
49
50
+
<br>
61
51
62
-
-------
63
-
64
-
65
-
## Running in Docker
66
-
67
-
To build the container, you need to install docker and docker-compose than launch the docker daemon.
68
-
After launching the daemon run the following commands from the project folder:
69
-
70
-
Build the image
71
-
```
72
-
docker-compose build
73
-
```
74
-
75
-
Launch the container
76
-
```
77
-
docker-compose up
78
-
```
79
-
80
-
-------
52
+
You can also [run the project in docker](#running-in-docker)
81
53
82
54
<br>
83
55
@@ -249,6 +221,20 @@ In addition to application files, there are also third party plugin files (e.g.
249
221
250
222
<br>
251
223
224
+
## Running in Docker
225
+
226
+
You can run the project in docker. To build the container, you need to install docker and docker-compose than launch the docker daemon. After launching the daemon run the following commands from the project folder:
227
+
228
+
Build the image
229
+
```
230
+
docker-compose build
231
+
```
232
+
233
+
Launch the container
234
+
```
235
+
docker-compose up
236
+
```
237
+
252
238
## Get in touch
253
239
254
240
You can get in touch with us in gitter chat [](https://gitter.im/modularcode/modular-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) or in the [ModularCode Facebook Group](https://www.facebook.com/groups/710770032358423/).
0 commit comments