Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04a526e728 | ||
|
|
e28efeab7e | ||
|
|
bc939a5bdb | ||
|
|
4a052ea707 | ||
|
|
f139fcfefb | ||
|
|
347a81dc66 | ||
|
|
d142fc1eac | ||
|
|
e039ed4fe5 | ||
|
|
44d2248ba5 | ||
|
|
34e7527442 | ||
|
|
ecffe9bb4e | ||
|
|
6e7382633f |
+1
-1
@@ -1 +1 @@
|
||||
1.11.2
|
||||
1.11.5
|
||||
|
||||
@@ -1,13 +1,15 @@
|
||||
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>
|
||||
> Fourche du logiciel [Cagette.net](https://github.com/CagetteNet) à partir de la version 0.9.2 Novembre 2018
|
||||
>
|
||||
> 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.
|
||||
> 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
|
||||
> </french>
|
||||
|
||||

|
||||
|
||||
## PREREQUISITE MARIADB
|
||||
|
||||
```bash
|
||||
@@ -32,21 +34,20 @@ cd /var/www
|
||||
git clone https://git.artcode.re/cagetters/cagettepei.git
|
||||
cd cagettepei
|
||||
make install ENV=dev
|
||||
|
||||
vim /etc/apache2/sites-available/cagettepei.conf
|
||||
```
|
||||
|
||||
|
||||
```
|
||||
<VirtualHost *:80>
|
||||
ServerName cagettepei
|
||||
DirectoryIndex index.n
|
||||
DocumentRoot /var/www/cagettepei/www/
|
||||
|
||||
CustomLog ${APACHE_LOG_DIR}/cagettepei/access.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/cagettepei/debug.log
|
||||
ErrorLogFormat "[%{uc}t] %M"
|
||||
DocumentRoot /var/www/cagettepei/www
|
||||
DirectoryIndex index.n
|
||||
CustomLog ${APACHE_LOG_DIR}/cagettepei/access.log combined
|
||||
</VirtualHost>
|
||||
```
|
||||
|
||||
|
||||
```bash
|
||||
sed -i '/<Directory \/var\/www\/>/,/<\/Directory>/ s/AllowOverride None/AllowOverride All/' /etc/apache2/apache2.conf
|
||||
a2dissite 000-default.conf
|
||||
|
||||
+1
-1
@@ -47,5 +47,5 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/bablukid/cagette/issues"
|
||||
},
|
||||
"version": "1.11.2"
|
||||
"version": "1.11.3"
|
||||
}
|
||||
|
||||
+395
-444
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 112 KiB |
Reference in New Issue
Block a user