Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,21 @@ $ gradle clean shadowJar

## Run the Service

### Run the Misk-Web Build
In order to ensure the web UI is built and able to be served by the service, run the following command:

```
$ npm install -g @misk/cli && miskweb ci-build -e
```

### From the command line

```
$ java -jar service/build/libs/service.jar
```

### From IntelliJ
Right-click on `BackfilaDevelopmentService.kt` and select `Run`
Right-click on `BackfilaDevelopmentService.kt` and select `Run`

### From Docker

Expand All @@ -39,7 +46,7 @@ $ java -jar service/build/libs/service.jar
Build a Docker image of backfila:

```
$ docker build -t backfila-0.0.1 service
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some further changes are likely needed to get this working as I wasn't able to locally, but that can be handled in a separate PR.

$ docker build -t backfila-0.0.1
```

#### Running locally
Expand Down
Loading