Skip to content
Snippets Groups Projects
Select Git revision
  • 87f8ca4440dae9062a30e0c1f3251c7414a4e6c4
  • mui5-tetras-main-stable default protected
  • mui5-tetras-main-old-stable
  • preprod protected
  • 75-dernieres-ameliorations-avant-workshop-du-7-02
  • wip-fix-xywh
  • wip-positionement-annot
  • wip-surface-transformer
  • uploads-file
  • 69-la-video-demare-quand-on-fait-glisser-le-slider-et-le-clic-creer-un-decalage-entre-le-player
  • 61-recettage-des-outils-d-annotation
  • gestion_multiple_ouverture_pannel_annotation
  • autorisation_un_pannel_annotation
  • autorisation_un_pannel_edition_annotation
  • récupération_temps_video
  • save-shapes-and-position
  • fix-error-create-annotation-pannel
  • time-saving-on-annotation
  • tetras-main protected
  • fix-poc-mirador
  • tetras-antho-test
21 results

cli

Blame
  • Wordpress docker-compose environment

    Requirements

    This projects supposes that there is a wordpress user for FTP access, this user will have access to wordpress data through a html directory in it's home

    Installation

    cd /home/wpdocker 
    git clone https://gitlab.tetras-libre.fr/nocloud/docker/wordpress
    cd wordpress
    cp .env.sample .env
    # Edit and adapt .env
    docker-compose up -d
    cd /home/wordpress
    chmod -R g+w html
    chown -R wordpress:33 html

    You wil have a wordpress running on port 8080 and a phpmyadmin on port 8081