Skip to content

Commit

Permalink
[ci skip][docs] setup admin for jobs and poller application
Browse files Browse the repository at this point in the history
  • Loading branch information
sescobb27 authored Jan 9, 2019
1 parent c0123d2 commit 274d558
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ _build/prod/rel/poller/bin/poller foreground

## Development

in another terminal window, setup the admin server so poller and jobs
can get the repositories, tags and tasks out of it.

```bash
cd PATH/TO/ADMIN
iex --name [email protected] --cookie hola -S mix phx.server
```

```bash
cd apps/repo_jobs
iex --name [email protected] --cookie hola -S mix
Expand Down

0 comments on commit 274d558

Please sign in to comment.