Loading README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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\> Loading @@ -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 Loading Loading
README.md +3 −3 Original line number Diff line number Diff line Loading @@ -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\> Loading @@ -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 Loading