Removed image attribution
This commit is contained in:
parent
4ce3b932da
commit
c54928f2cb
@ -19,3 +19,9 @@ create database cot with owner cot;
|
|||||||
* php-pgsql
|
* php-pgsql
|
||||||
* composer
|
* composer
|
||||||
* PHPMailer
|
* PHPMailer
|
||||||
|
|
||||||
|
## Install php dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer install
|
||||||
|
```
|
@ -1,8 +1,8 @@
|
|||||||
<VirtualHost *:80>
|
<VirtualHost *:80>
|
||||||
ServerName cocottes
|
ServerName cocottes.local.conf
|
||||||
ServerAlias www.cocottes
|
ServerAlias www.cocottes.local.conf
|
||||||
DocumentRoot "/home/ortion/Documents/projects/LesCocottesMinutes/www/public"
|
DocumentRoot "/var/www/cocottes/public/"
|
||||||
<Directory "/home/ortion/Documents/projects/LesCocottesMinutes/www/public">
|
<Directory "/var/wwww/cocottes/public/">
|
||||||
Options +FollowSymLinks
|
Options +FollowSymLinks
|
||||||
AllowOverride all
|
AllowOverride all
|
||||||
Require all granted
|
Require all granted
|
||||||
|
22
costs.txt
22
costs.txt
@ -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
|
|
@ -6,8 +6,5 @@
|
|||||||
</a>
|
</a>
|
||||||
<?php include("$root/networks.php");?>
|
<?php include("$root/networks.php");?>
|
||||||
<div class="flush right">
|
<div class="flush right">
|
||||||
<p>
|
|
||||||
Crédit image `Terre` : Laurine BURGARD
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
Loading…
Reference in New Issue
Block a user