Removed image attribution
This commit is contained in:
parent
4ce3b932da
commit
c54928f2cb
@ -19,3 +19,9 @@ create database cot with owner cot;
|
||||
* php-pgsql
|
||||
* composer
|
||||
* PHPMailer
|
||||
|
||||
## Install php dependencies
|
||||
|
||||
```bash
|
||||
composer install
|
||||
```
|
@ -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
|
||||
|
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>
|
||||
<?php include("$root/networks.php");?>
|
||||
<div class="flush right">
|
||||
<p>
|
||||
Crédit image `Terre` : Laurine BURGARD
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
Loading…
Reference in New Issue
Block a user