Removed image attribution

This commit is contained in:
Samuel Ortion 2021-10-31 12:18:12 +01:00
parent 4ce3b932da
commit c54928f2cb
5 changed files with 12 additions and 29 deletions

View File

@ -19,3 +19,9 @@ create database cot with owner cot;
* php-pgsql
* composer
* PHPMailer
## Install php dependencies
```bash
composer install
```

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
push:
sudo cp -r ./public/ /var/www/cocottes/

View File

@ -1,8 +1,8 @@
<VirtualHost *:80>
ServerName cocottes
ServerAlias www.cocottes
DocumentRoot "/home/ortion/Documents/projects/LesCocottesMinutes/www/public"
<Directory "/home/ortion/Documents/projects/LesCocottesMinutes/www/public">
ServerName cocottes.local.conf
ServerAlias www.cocottes.local.conf
DocumentRoot "/var/www/cocottes/public/"
<Directory "/var/wwww/cocottes/public/">
Options +FollowSymLinks
AllowOverride all
Require all granted

View File

@ -1,22 +0,0 @@
Website yearly costs
====================
- Domain Name @ Gandi.net
- cocottes-minutes.eu
5.64 € 1y then 14.40 € / y
- cocottes-minutes.fr
14.40 € / y
- cocottes-minutes.org
10.79 € 1y then 18.79€ / y
- cocottes-minutes.com
15.60 € / y
- Subdomain under univ-evry.fr such as cocottes.minutes.asso.univ-evry.fr
- free
- WebHost
- Dedicatd VM on Oracle Cloud
- free (needed a registered credit card, but no fee)
- Usage of any of my VPS (Samuel ORTION)
- almost free

View File

@ -6,8 +6,5 @@
</a>
<?php include("$root/networks.php");?>
<div class="flush right">
<p>
Crédit image `Terre` : Laurine BURGARD
</p>
</div>
</footer>