Git Product home page Git Product logo

pixum-docker's Introduction

pixum-docker

Dockerization of https://www.pixum.fr/livre-photo/danke?os=linux

ATTENTION : cette procédure fonctionnait avec la version 7.1.5 mais ne fonctionne plusa vec la version 7.2.5, ce qui est ci-dessous correspond à une tentative infructueuse de mise à jour en version 7.2.5

Prerequisites

Having docker and docker-compose installed on your linux box.

Install

  1. Build the image a first time this way:
cd pixum-docker/
docker build . -t pixum-docker:7.2.5 \
    --build-arg UID=$(id -u) \
    --build-arg GID=$(id -g)
  1. Download setup_Univers_photo_Pixum.tgz on this page: https://www.pixum.fr/livre-photo/danke?os=linux (7.2.5 above docker image tag should be changed if the pixum's version is newer, so go to step 1 if the version is new)

  2. Create a container in a terminal:

docker run --rm -it --name pixum-installer pixum-docker:7.2.5 bash
  1. Copy the setup in the above container:
docker cp ~/Téléchargements/setup_Univers_photo_Pixum.tgz pixum-installer:/tmp/
  1. Come back to the other term and install Pixum in the container (choose /tmp/Pixum as an install directory):
tar xzf /tmp/setup_Univers_photo_Pixum.tgz
./install.pl
  1. Copy back the Pixum installed folder to the docker image build source folder:
cd pixum-docker/
docker cp pixum-installer:/tmp/Pixum/ ./
  1. Build again the image:
cd pixum-docker/
docker build . -t pixum-docker:7.2.5 \
    --build-arg UID=$(id -u) \
    --build-arg GID=$(id -g)

Run

Then run pixum this way (edit docker-compose.yml if 7.2.5 version is changed above):

docker-compose up

How to

Install desktop ubunto shortcut

Create this file as root: /usr/share/applications/pixum.desktop

[Desktop Entry]
Name=Pixum
TryExec=/home/frederique/pixum-docker/shortcut.sh
Exec=/home/frederique/pixum-docker/shortcut.sh
Terminal=true
Type=Application
Icon=/home/frederique/pixum-docker/pixum-logo.png
StartupNotify=false

pixum-docker's People

Contributors

kerphi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.