Skip to content

Commit

Permalink
(README) Add development environment setup instructions (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
slovdahl authored Dec 21, 2022
1 parent 44cf811 commit a95f1a1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,20 @@ marge.app --auth-token-file marge-bot.token \
However, we suggest you use a systemd unit file or some other mechanism to
automatically restart marge-bot in case of intermittent GitLab problems.
### Setting up a development environment
Install `nix` by following https://nix.dev/tutorials/install-nix:
```shell
$ sh <(curl -L https://nixos.org/nix/install) --daemon
```
After that, a Docker image can be built with:
```shell
$ make dockerize
```
## Suggested workflow
1. Alice creates a new merge request and assigns Bob and Charlie as reviewers
Expand Down

0 comments on commit a95f1a1

Please sign in to comment.