mirror of
https://github.com/YunoHost-Apps/indexhibit_ynh.git
synced 2024-09-03 19:26:20 +02:00
commit
4b41f1790b
7 changed files with 24 additions and 15 deletions
|
@ -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.
|
||||
|
||||
|
||||
**Shipped version:** 2.1.6~ynh1
|
||||
**Shipped version:** 2.1.6~ynh2
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -16,11 +16,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
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).
|
||||
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.
|
||||
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.
|
||||
|
||||
|
||||
**Version incluse :** 2.1.6~ynh1
|
||||
**Version incluse :** 2.1.6~ynh2
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
2
doc/DESCRIPTION_fr.md
Normal file
2
doc/DESCRIPTION_fr.md
Normal 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
10
doc/POST_INSTALL._fr.md
Normal 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`
|
|
@ -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
|
||||
Details for MySQL database to be enterted while registration process:
|
||||
|
||||
Database login: __BD_USER__
|
||||
Database name: __BD_NAME__
|
||||
Database password: __BD_PWD__
|
||||
Database login: __DB_USER__
|
||||
Database name: __DB_NAME__
|
||||
Database password: __DB_PWD__
|
||||
|
||||
Admin area: `http://__DOMAIN____PATH__/ndxz-studio`
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Indexhibit"
|
|||
description.en = "Archetypal portfolio CMS for everybody"
|
||||
description.fr = "CMS de portfolio archétypal pour tout le monde"
|
||||
|
||||
version = "2.1.6~ynh1"
|
||||
version = "2.1.6~ynh2"
|
||||
|
||||
maintainers = [ "eric_G" ]
|
||||
|
||||
|
@ -16,7 +16,7 @@ admindoc = "https://forum.indexhibit.org/tutorials/getting-started/installation/
|
|||
code = "https://github.com/Indexhibit/indexhibit"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.19"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -39,10 +39,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/Indexhibit/indexhibit/archive/fb0ac9e0771745c2c555a0c2fb25b32930592d17.tar.gz"
|
||||
sha256 = "4520cfa7e1636211f75f1977c05619d8f8926ea4557152bf9bf35a39044b9150"
|
||||
autoupdate.upstream = "https://github.com/Indexhibit/indexhibit"
|
||||
url = "https://github.com/Indexhibit/indexhibit/archive/533900856ae0887a054f26f207d3ba466a986ab1.tar.gz"
|
||||
sha256 = "1022cb6594fe20dc9945c8425faff955715008c086a709ffb475abe671cb9589"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
autoupdate.force_version = "2.1.%Y.%m.%d"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
|
@ -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
|
||||
ynh_setup_source --dest_dir="$install_dir"
|
||||
|
||||
mkdir $install_dir/files/dimgs
|
||||
|
||||
chmod -R o-rwx "$install_dir"
|
||||
chown -R $app:www-data "$install_dir"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue