Skip to content

dmpop/tenki

Repository files navigation

Tenki

Tenki a simple PHP application for logging current weather conditions, notes, and waypoints.

The accompanying shell script can be used to read the date of a specified photo then find a matching text file, and write its contents into the Comment field of the photo.

The Linux Photography book provides detailed information on using Tenki. Get your copy at Google Play Store or Gumroad.

Run Tenki in a container

Perform the following steps on the machine you want to use to serve Tenki.

  1. Install Docker.
  2. Create a directory for storing Tenki data.
  3. Clone the Tenki Git repository using the git clone https://github.com/dmpop/tenki.git command.
  4. Switch to the tenki directory.
  5. Open the config.php file for editing, and modify the available settings. Save the changes.
  6. Build an image using the docker build -t tenki . command.
  7. Run a container: docker run -d --rm -p 8080:8080 --name=tenki -v /path/to/data:/usr/src/tenki/data:rw tenki (replace /path/to/data with the actual path to the created directory).
  8. Point the browser to http://127.0.0.1:8080 (replace 127.0.0.1 with the actual IP address or domain name of the machine running the container).

Author

Dmitri Popov dmpop@cameracode.coffee

License

The GNU General Public License version 3

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published