expose-to-the-light-web client
curl -L -o install-web.sh https://www.dropbox.com/s/90oj77fsuvydsx3/install-web.sh?dl=1
chmod u+x install-web.sh
./install-web.sh
Installer should install these dependencies for you.
brew cask install java11
[https://medium.com/macoclock/using-homebrew-to-install-java-jdk11-on-macos-44b30f497b38]brew install imagemagick
brew install ufraw
brew install exiftool
- ettl app README should guide you to install it
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
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
- Installing raspbian on SD card
- Install Raspberry Pi OS using Raspberry Pi Imager
- Fully fledged version
- 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 addnameserver 8.8.8.8
nameserver 8.8.4.4
- open file
- 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