Skip to content

Commit

Permalink
Administration : prépa journée dév
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkael committed Feb 6, 2015
1 parent f551fd3 commit 13ab236
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ deps.lock
.buildpath
.project
.settings
*/*.bak

htdocs/cache
configs/application/config.php
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ cp configs/application/config.php.dist configs/application/config.php
### Configurer les paramètres de BDD et de chemin
```php
$configuration['bdd']['hote']='localhost';
$configuration['bdd']['base']='afup_web';
$configuration['bdd']['utilisateur']='root';
$configuration['bdd']['base']='afup_dev';
$configuration['bdd']['utilisateur']='afup_dev';
$configuration['bdd']['mot_de_passe']='';
$configuration['web']['path']='http://afup.home/';
```
Expand All @@ -30,11 +30,10 @@ $configuration['web']['path']='http://afup.home/';

```
127.0.0.1 planete-php.home
127.0.0.1 www.planete-php.home
127.0.0.1 afup.home
```

### Configuration Apache
### Configuration Apache 2.4

```
<VirtualHost *:80>
Expand Down
4 changes: 4 additions & 0 deletions sql/20150206_default_value_inscription_forum.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE `afup_dev`.`afup_inscription_forum`
CHANGE COLUMN `citer_societe` `citer_societe` TINYINT(1) UNSIGNED NULL DEFAULT '0' ,
CHANGE COLUMN `newsletter_afup` `newsletter_afup` TINYINT(1) UNSIGNED NULL DEFAULT '0' ,
CHANGE COLUMN `newsletter_nexen` `newsletter_nexen` TINYINT(1) UNSIGNED NULL DEFAULT '0'
Binary file added sql/afup.mwb
Binary file not shown.

0 comments on commit 13ab236

Please sign in to comment.