Skip to content

moonline/Photobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photobook

"Photobook Editor" is an Electron and Angular based Application to create photobooks.

Main Screen Main Screen Main Screen Main Screen Main Screen

Installation

Linux (Appimage/Snap)

Download installation package of the latest release.

Create application launcher

  1. Copy AppImage file to .local/bin/photobook-editor.AppImage in your home directory.
cp photobook-editor-*.AppImage ~/.local/bin/photobook-editor.AppImage
  1. Make it executable
sudo chmod+x ~/.local/bin/photobook-editor.AppImage
  1. Copy the launcher photobook-editor.desktop to .local/share/applications/.
cp photobook-editor.desktop ~/.local/share/applications/

Uninstall

Remove appimage and launcher:

rm ~/.local/share/applications/photobook-editor.desktop
rm ~/.local/bin/photobook-editor.AppImage

Development

See Photobook Editor > Development

License

GPLv3
This work is licensed under the GNU GENERAL PUBLIC LICENSE 3.0