Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
a9bef831
Commit
a9bef831
authored
Nov 17, 2022
by
Yvon
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into 4111-evol-role-comptoir-des-habitants
parents
f8b11f0f
c1b51736
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
7 deletions
+29
-7
.env.dist
.env.dist
+3
-0
.php-version
.php-version
+1
-0
INSTALL.md
INSTALL.md
+20
-5
twig.yaml
config/packages/twig.yaml
+4
-2
services.yaml
config/services.yaml
+1
-0
No files found.
.env.dist
View file @
a9bef831
...
...
@@ -44,6 +44,9 @@ PAYZEN_CTX_MODE=PRODUCTION
PAYZEN_DEBUG=false
###< payum-payzen ###
### TAV ###
TAV_ENV=0
EMAIL_ERROR=technique@kohinos.net
EMAIL_USER_FROM=noreply@kohinos.fr
EMAIL_ERROR_FROM=noreply@kohinos.fr
.php-version
0 → 100644
View file @
a9bef831
7.4
INSTALL.md
View file @
a9bef831
Installation de Kohinos
# Installation de Kohinos
**PROCEDURE D'INSTALLATION EN PRODUCTION :**
Apache >= 2
PHP
>
= 7.4
PHP = 7.4
Extensions :
Extensions
PHP
:
intl
ctype
iconv
mysql
gd
Installer composer si besoin
...
...
@@ -55,6 +57,7 @@ Copier le fichier .env.dist en .env et configurer :
-
APP_ENV=dev et APP_DEBUG=1
-
l'envoi de mail (MAILER_URL)
-
la variable APP_SECRET (variable secrète que vous pouvez générer à partir de cette url : http://nux.net/secret
-
s'il s'agit d'une instance TAV, mettre la variable TAV_ENV à 1 (sinon la laisser à zéro)
Si vous utilisez Payzen comme moyen de paiement par CB :
...
...
@@ -136,4 +139,16 @@ EN CAS D'ERREUR 500 :
-
Vérifier les logs présents dans var/log/, en général, si l'environnement est PROD, on peut aller voir le fichier prod.critical-DATE-DU-JOUR.log
Pour cela on peut utiliser la commande suivante :
**tail -f var/log/prod.xxx.log | grep CRITICAL**
\ No newline at end of file
**tail -f var/log/prod.xxx.log | grep CRITICAL**
## Lancer le Kohinos en local
Installer le client symfony
Permettre la simulation du https en local :
**$ symfony server:ca:install**
Lancer le serveur local
**$ symfony server:start**
\ No newline at end of file
config/packages/twig.yaml
View file @
a9bef831
...
...
@@ -9,4 +9,6 @@ twig:
-
'
@kohinos/common/form/widget/datepicker.html.twig'
paths
:
'
%kernel.project_dir%/templates/themes/custom'
:
kohinos
'
%kernel.project_dir%/templates/themes/kohinos'
:
kohinos
\ No newline at end of file
'
%kernel.project_dir%/templates/themes/kohinos'
:
kohinos
globals
:
tav_env
:
'
%env(TAV_ENV)%'
\ No newline at end of file
config/services.yaml
View file @
a9bef831
...
...
@@ -12,6 +12,7 @@ parameters:
sonata.user.admin.user.controller
:
'
App\Controller\CRUD\CRUDController'
sonata.media.admin.media.class
:
'
App\Admin\MediaAdmin'
sonata.media.admin.gallery.class
:
'
App\Admin\GalleryAdmin'
tav_env
:
'
%env(TAV_ENV)%'
# PARAMETRES DES IMPORTS POSSIBLE POUR L'APPLICATION DE GESTION DE MONNAIE LOCALE COMPLEMENTAIRE
app.import.separator
:
'
;'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment