1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/indexhibit_ynh.git synced 2024-09-03 19:26:20 +02:00

Merge pull request #8 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-05-12 09:36:00 +02:00 committed by GitHub
commit 4b41f1790b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 24 additions and 15 deletions

View file

@ -20,7 +20,7 @@ Indexhibit is a pioneering, influential, web-based content management system (CM
It is intended for independent-minded creators, academics, researchers, students, collectors, et al., who wish to learn how and manage the visual display of their works, on their own terms, according to their own abilities. It is intended for independent-minded creators, academics, researchers, students, collectors, et al., who wish to learn how and manage the visual display of their works, on their own terms, according to their own abilities.
**Shipped version:** 2.1.6~ynh1 **Shipped version:** 2.1.6~ynh2
## Screenshots ## Screenshots

View file

@ -16,11 +16,10 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble ## Vue densemble
Indexhibit is a pioneering, influential, web-based content management system (CMS), founded in 2006 by Jeffery Vaska and Daniel Eatock, which is used primarily to create online portfolios (image, text and video). Indexhibit est un système de gestion de contenu (CMS) pionnier et influent basé sur le Web, fondé en 2006 par Jeffery Vaska et Daniel Eatock, qui est principalement utilisé pour créer des portfolios en ligne (image, texte et vidéo).
It is intended for independent-minded creators, academics, researchers, students, collectors, et al., who wish to learn how and manage the visual display of their works, on their own terms, according to their own abilities. Il s'adresse aux créateurs indépendants d'esprit, universitaires, chercheurs, étudiants, collectionneurs, etc., qui souhaitent apprendre et gérer la présentation visuelle de leurs œuvres, à leur manière, selon leurs propres capacités.
**Version incluse :** 2.1.6~ynh2
**Version incluse :** 2.1.6~ynh1
## Captures décran ## Captures décran

2
doc/DESCRIPTION_fr.md Normal file
View file

@ -0,0 +1,2 @@
Indexhibit est un système de gestion de contenu (CMS) pionnier et influent basé sur le Web, fondé en 2006 par Jeffery Vaska et Daniel Eatock, qui est principalement utilisé pour créer des portfolios en ligne (image, texte et vidéo).
Il s'adresse aux créateurs indépendants d'esprit, universitaires, chercheurs, étudiants, collectionneurs, etc., qui souhaitent apprendre et gérer la présentation visuelle de leurs œuvres, à leur manière, selon leurs propres capacités.

10
doc/POST_INSTALL._fr.md Normal file
View file

@ -0,0 +1,10 @@
Post-installation : `http://__DOMAIN____PATH__/ndxzstudio/install.php` pour terminer l'installation.
Terminez le processus d'enregistrement à partir de la page de configuration affichée
Détails de la base de données MySQL à saisir lors du processus d'inscription :
Connexion à la base de données : __DB_USER__
Nom de la base de données : __DB_NAME__
Mot de passe de la base de données : __DB_PWD__
Zone d'administration : `http://__DOMAIN____PATH__/ndxz-studio`

View file

@ -3,9 +3,9 @@ Post install: `http://__DOMAIN____PATH__/ndxzstudio/install.php` to finish the i
Complete the registration process from the setup page displayed Complete the registration process from the setup page displayed
Details for MySQL database to be enterted while registration process: Details for MySQL database to be enterted while registration process:
Database login: __BD_USER__ Database login: __DB_USER__
Database name: __BD_NAME__ Database name: __DB_NAME__
Database password: __BD_PWD__ Database password: __DB_PWD__
Admin area: `http://__DOMAIN____PATH__/ndxz-studio` Admin area: `http://__DOMAIN____PATH__/ndxz-studio`

View file

@ -5,7 +5,7 @@ name = "Indexhibit"
description.en = "Archetypal portfolio CMS for everybody" description.en = "Archetypal portfolio CMS for everybody"
description.fr = "CMS de portfolio archétypal pour tout le monde" description.fr = "CMS de portfolio archétypal pour tout le monde"
version = "2.1.6~ynh1" version = "2.1.6~ynh2"
maintainers = [ "eric_G" ] maintainers = [ "eric_G" ]
@ -16,7 +16,7 @@ admindoc = "https://forum.indexhibit.org/tutorials/getting-started/installation/
code = "https://github.com/Indexhibit/indexhibit" code = "https://github.com/Indexhibit/indexhibit"
[integration] [integration]
yunohost = ">= 11.1.15" yunohost = ">= 11.1.19"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
@ -39,10 +39,10 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/Indexhibit/indexhibit/archive/fb0ac9e0771745c2c555a0c2fb25b32930592d17.tar.gz" url = "https://github.com/Indexhibit/indexhibit/archive/533900856ae0887a054f26f207d3ba466a986ab1.tar.gz"
sha256 = "4520cfa7e1636211f75f1977c05619d8f8926ea4557152bf9bf35a39044b9150" sha256 = "1022cb6594fe20dc9945c8425faff955715008c086a709ffb475abe671cb9589"
autoupdate.upstream = "https://github.com/Indexhibit/indexhibit"
autoupdate.strategy = "latest_github_commit" autoupdate.strategy = "latest_github_commit"
autoupdate.force_version = "2.1.%Y.%m.%d"
[resources.system_user] [resources.system_user]

View file

@ -17,8 +17,6 @@ ynh_script_progression --message="Setting up source files..." --weight=3
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir" ynh_setup_source --dest_dir="$install_dir"
mkdir $install_dir/files/dimgs
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"