File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,21 @@ $ gradle clean shadowJar
23
23
24
24
## Run the Service
25
25
26
+ ### Run the Misk-Web Build
27
+ In order to ensure the web UI is built and able to be served by the service, run the following command:
28
+
29
+ ```
30
+ $ npm install -g @misk/cli && miskweb ci-build -e
31
+ ```
32
+
26
33
### From the command line
27
34
28
35
```
29
36
$ java -jar service/build/libs/service.jar
30
37
```
31
38
32
39
### From IntelliJ
33
- Right-click on ` BackfilaDevelopmentService.kt ` and select ` Run `
40
+ Right-click on ` BackfilaDevelopmentService.kt ` and select ` Run `
34
41
35
42
### From Docker
36
43
@@ -39,7 +46,7 @@ $ java -jar service/build/libs/service.jar
39
46
Build a Docker image of backfila:
40
47
41
48
```
42
- $ docker build -t backfila-0.0.1 service
49
+ $ docker build -t backfila-0.0.1
43
50
```
44
51
45
52
#### Running locally
You can’t perform that action at this time.
0 commit comments