-
Notifications
You must be signed in to change notification settings - Fork 11
/
install.sh
executable file
·22 lines (22 loc) · 1.42 KB
/
install.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
chmod -R 775 cache
chmod -R 775 templates_c
cp config/config.php.sample config/config.php
cp templates/pages/fr/page_aide.tpl.html.sample templates/pages/fr/page_aide.tpl.html
cp templates/pages/fr/info.tpl.html.sample templates/pages/fr/info.tpl.html
cp templates/pages/fr/page_contact.tpl.html.sample templates/pages/fr/page_contact.tplc.html
cp templates/pages/fr/page_item_b.tpl.html.sample templates/pages/fr/page_item_b.tpl.html
cp templates/pages/fr/page_legende.tpl.html.sample templates/pages/fr/page_legende.tpl.html
cp templates/pages/fr/page_outils_informations.tpl.html.sample templates/pages/fr/page_outils_informations.tpl.html
cp templates/pages/fr/page_sous_item_a.tpl.html.sample templates/pages/fr/page_sous_item_a.tpl.html
cp templates/pages/fr/page_sous_item_b.tpl.html.sample templates/pages/fr/page_sous_item_b.tpl.html
cp templates/pages/fr/page_sous_item_c.tpl.html.sample templates/pages/fr/page_sous_item_c.tpl.html
cp templates/pages/fr/page_sous_item_d.tpl.html.sample templates/pages/fr/page_sous_item_d.tpl.html
cp images/034143.jpg.sample images/034143.jpg
cp images/img1sousItema.jpg.sample images/img1sousItema.jpg
cp images/img2sousItema.jpg.sample images/img2sousItema.jpg
cp images/img3sousItemb.jpg.sample images/img3sousItemb.jpg
cp images/img4itemb.jpg.sample images/img4itemb.jpg
cp images/logo.jpg.sample images/logo.jpg
cp images/logo.png.sample images/logo.png
cp favicon.ico.sample favicon.ico