Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Script d'init de schéma strapi #9

Open
adri1s opened this issue Apr 21, 2021 · 3 comments
Open

Script d'init de schéma strapi #9

adri1s opened this issue Apr 21, 2021 · 3 comments
Labels
features add feature

Comments

@adri1s
Copy link
Member

adri1s commented Apr 21, 2021

Création d'un script pour initialiser du schéma et paramétrage strapi.

@adri1s adri1s added the features add feature label Apr 21, 2021
@adri1s
Copy link
Member Author

adri1s commented Apr 21, 2021

Faire un image docker pour l'exec

@Poloriba
Copy link
Contributor

Poloriba commented May 3, 2021

Première étape, création des CLI pour générer le schéma strapi:

Début du script ( les valeurs entre ' ' sont celle que je n'ai pas encore déterminer/trouver ) :
Est-il possible de mettre en relation les collections types via une ligne de commande ?
Même question pour le type Single types, est-il possible de le générer depuis le root du strapi en CLI ?

# Init collection Factures
strapi generate:model Factures ref:string nom:string date:date media:media info:richtext
# Init collection Entreprise
strapi generate:model Entreprise nom:string info:richtext 'Factures:relation' # Entreprise a plusieurs facture
# Init user
strapi generate:model Users info:richtext 'Entreprise:relation' # User a plusieurs entreprise
# Init parametre
strapi generate:'singletypes' Paramètre text:title home:richtext text:footer
# Install graphql plugins
strapi install graphql
#Roles,permissions 'strapi generate:policy <name>'

@Poloriba
Copy link
Contributor

Poloriba commented May 4, 2021

Déterminer les rôles est permissions en CLI est il possible ?
Ici nous ne pouvons uniquement les déterminer a l'aide de fichier app/config/policies/****.js
https://strapi.io/documentation/developer-docs/latest/development/backend-customization.html#collection-type

@Poloriba Poloriba removed their assignment Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features add feature
Projects
None yet
Development

No branches or pull requests

2 participants