Skip to content

Commit

Permalink
Build: First start compose before importing repos (#920)
Browse files Browse the repository at this point in the history
README: First start compose before importing repos

Import of repos fails if there is no running DB, which is deployed
with `make compose up`.
  • Loading branch information
marusak authored Dec 16, 2024
1 parent fd07acc commit 57399dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ $ cp ./configs/config.yaml.example ./configs/config.yaml
sudo echo "127.0.0.1 pulp.content" | sudo tee -a /etc/hosts
```

### Import Public Repos
### Start dependency containers

```sh
$ make repos-import
$ make compose-up
```

### Start dependency containers
### Import Public Repos

```sh
$ make compose-up
$ make repos-import
```

### Run the server!
Expand Down

0 comments on commit 57399dc

Please sign in to comment.