Skip to content

szigyi/expose-to-the-light-web

Repository files navigation

expose-to-the-light-web

expose-to-the-light-web client

Donate

Install application

Download installer

curl -L -o install-web.sh https://www.dropbox.com/s/90oj77fsuvydsx3/install-web.sh?dl=1

Install

  • chmod u+x install-web.sh
  • ./install-web.sh

Runtime dependencies if you are not using the installer

Installer should install these dependencies for you.

On Mac Os

On Raspberry Pi (unix)

  • sudo apt-get -y install openjdk-11-jdk
  • sudo apt -y install imagemagick
  • sudo apt -y install exiftool
  • ettl app README should guide you to install it

Run the app

ettl-web INFO

First argument is the level of the logging ie: INFO, DEBUG, WARN, ERROR, TRACE

systemd starts the app after the pi is booted, so most of the time you don't have to start it manually. systemd uses INFO level logging.

To see the logs of the app when systemd started it:

  • journalctl -u ettl-web.service -f

Install on raspberry pi

  • Installing raspbian on SD card
  • Install hotspot on the pi - so you can use it anywhere without wifi
    • Autohotspot
    • I have to modify the nameserver dns lookup list after this
      • open file sudo nano /etc/resolv.conf and add
        • nameserver 8.8.8.8
        • nameserver 8.8.4.4
  • Install ettl app
    • Use the link from the beginning of ettl's README file to download the installer
  • Install ettl web app
    • Use the link from the beginning of this README file to download the installer

About

Web app for the expose-to-the-light project. The aim of this UI is to run and monitor the ettl app easier.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published