Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f09c4ec authored by Romain Hunault's avatar Romain Hunault
Browse files

Update documentation

parent f613c083
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -17,15 +17,14 @@ Got a question? Not sure where it should be made? See [CONTRIBUTING](CONTRIBUTIN
### Test

```
$ sudo docker stop lineageota \
    && sudo docker build -t e/lineageota . \
$ sudo docker build -t e/lineageota . \
    && sudo docker run \
        -d \
        -p 80:80 \
        --rm \
        -v "${PWD}/builds/full:/var/www/html/builds/full" \
        --name lineageota \
        e/lineageota \
        e/lineageota
```

Access to API via http://localhost/api/v1/\<device\>/\<channel\>
@@ -36,6 +35,7 @@ Get logs with
$ sudo docker exec -ti lineageota tail -f LineageOTA.log
```

You can also use this server with a device connected to the same network, specifying the correct IP (see below).

### Composer