Compare commits

...
12 Commits
Author SHA1 Message Date
pvincent 04a526e728 tagged as 1.11.5 2022-08-22 10:59:40 +04:00
pvincent e28efeab7e re-enable config.xml 2022-08-22 10:59:30 +04:00
pvincent bc939a5bdb tagged as 1.11.4 2022-08-22 10:48:54 +04:00
pvincent 4a052ea707 no more config.xml first time 2022-08-22 10:48:41 +04:00
pvincent f139fcfefb Update 'README.md' 2021-12-03 20:18:54 +04:00
pvincent 347a81dc66 Update 'README.md' 2021-08-31 21:34:26 +04:00
pvincent d142fc1eac Update 'README.md' 2021-08-31 21:22:59 +04:00
pvincent e039ed4fe5 better readme 2021-08-31 20:04:52 +04:00
pvincent 44d2248ba5 screenshot 2021-08-31 19:54:35 +04:00
pvincent 34e7527442 screenshot 2021-08-31 19:15:28 +04:00
pvincent ecffe9bb4e tagged as 1.11.3 2021-08-30 23:22:46 +04:00
pvincent 6e7382633f css footer margin 0 2021-08-30 23:22:19 +04:00
6 changed files with 652 additions and 700 deletions
+1 -1
View File
@@ -1 +1 @@
1.11.2 1.11.5
+5 -5
View File
@@ -20,7 +20,7 @@ install_dev:
#set config file to debug=1 #set config file to debug=1
#@sed -e 's?debug=.*?debug="1"?g' --in-place config.xml #@sed -e 's?debug=.*?debug="1"?g' --in-place config.xml
#install haxe dependencies in .haxelib #install haxe dependencies in .haxelib
haxelib newrepo haxelib newrepo
haxelib -always install cagette.hxml haxelib -always install cagette.hxml
haxelib -always install cagetteJs.hxml haxelib -always install cagetteJs.hxml
#template tools #template tools
@@ -47,7 +47,7 @@ compile:
echo "compile CagettePéi core"; \ echo "compile CagettePéi core"; \
haxe cagette.hxml; \ haxe cagette.hxml; \
fi fi
#compile SASS files to CSS #compile SASS files to CSS
css: css:
@@ -64,15 +64,15 @@ frontend:
chown www-data:www-data tmp chown www-data:www-data tmp
#update POT file from source #update POT file from source
i18n: i18n:
haxe potGeneration.hxml haxe potGeneration.hxml
#compile templates in each language, required for production env. #compile templates in each language, required for production env.
templates: templates:
mkdir -p lang/master/tmp mkdir -p lang/master/tmp
haxe cagette.hxml -D i18n_generation haxe cagette.hxml -D i18n_generation
@make LANG=fr ctemplates @make LANG=fr ctemplates
msgfmt www/lang/texts_fr.po -o www/lang/texts_fr.mo msgfmt www/lang/texts_fr.po -o www/lang/texts_fr.mo
chown www-data:www-data -R www chown www-data:www-data -R www
chown www-data:www-data -R lang/fr chown www-data:www-data -R lang/fr
+12 -11
View File
@@ -1,13 +1,15 @@
CAGETTE PEI CAGETTE PEI
=========== ===========
Cagette Péi est un logiciel libre qui favorise les circuits courts.
Il a été adapté pour les besoins des AMAPs sur le marché réunionnais.
> <french> > <french>
> Fourche du logiciel [Cagette.net](https://github.com/CagetteNet) à partir de la version 0.9.2 Novembre 2018 > Fourche du logiciel [Cagette.net](https://github.com/CagetteNet) à partir de la version 0.9.2 Novembre 2018. Certaines portions de code n'étant plus disponibles en téléchargement à partir de cette date, le logiciel a été repris, adapté puis réactualisé. Pour plus d'information, contact@artcode.re
>
> Certaines portions du code source de Cagette.net n'étant plus disponibles en téléchargement à partir de cette date,
> j'ai repris sur la base d'un existant pour adapter au marché local réunionnais et leurs AMAPéi.
> </french> > </french>
![Screenshot](www/img/screenshot.png)
## PREREQUISITE MARIADB ## PREREQUISITE MARIADB
```bash ```bash
@@ -32,21 +34,20 @@ cd /var/www
git clone https://git.artcode.re/cagetters/cagettepei.git git clone https://git.artcode.re/cagetters/cagettepei.git
cd cagettepei cd cagettepei
make install ENV=dev make install ENV=dev
vim /etc/apache2/sites-available/cagettepei.conf vim /etc/apache2/sites-available/cagettepei.conf
``` ```
``` ```
<VirtualHost *:80> <VirtualHost *:80>
ServerName cagettepei DocumentRoot /var/www/cagettepei/www
DirectoryIndex index.n DirectoryIndex index.n
DocumentRoot /var/www/cagettepei/www/ CustomLog ${APACHE_LOG_DIR}/cagettepei/access.log combined
CustomLog ${APACHE_LOG_DIR}/cagettepei/access.log combined
ErrorLog ${APACHE_LOG_DIR}/cagettepei/debug.log
ErrorLogFormat "[%{uc}t] %M"
</VirtualHost> </VirtualHost>
``` ```
```bash ```bash
sed -i '/<Directory \/var\/www\/>/,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf sed -i '/<Directory \/var\/www\/>/,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf
a2dissite 000-default.conf a2dissite 000-default.conf
+1 -1
View File
@@ -47,5 +47,5 @@
"bugs": { "bugs": {
"url": "https://github.com/bablukid/cagette/issues" "url": "https://github.com/bablukid/cagette/issues"
}, },
"version": "1.11.2" "version": "1.11.3"
} }
+633 -682
View File
File diff suppressed because it is too large Load Diff
Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB