Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| public:tutorial:chiliproject [2011/09/17 08:01] – ceric35 | public:tutorial:chiliproject [2023/02/13 13:39] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 5: | Ligne 5: | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | emerge bundler | + | package.use: |
| - | | + | media-gfx/ |
| - | emerge imagemagick | + | |
| + | sys-devel/ | ||
| + | |||
| + | emerge: | ||
| + | emerge bundler | ||
| + | emerge passenger mod_perl DBD-SQLite | ||
| Pour la suite, suivre la doc d' | Pour la suite, suivre la doc d' | ||
| Ligne 13: | Ligne 18: | ||
| ===== Apache ===== | ===== Apache ===== | ||
| - | Intégration a apache: | + | perl: |
| - | + | <code bash>cd / | |
| - | | + | mkdir Apache |
| + | cd Apache | ||
| + | ln -s / | ||
| vhost: | vhost: | ||
| - | <code xml>< | + | <code xml>< |
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| - | ServerName | + | ServerName |
| - | CustomLog / | + | CustomLog / |
| + | # maven2 | ||
| + | Alias /maven2 / | ||
| + | < | ||
| + | Order allow,deny | ||
| + | Allow from all | ||
| + | Options +Indexes | ||
| + | PassengerEnabled off | ||
| + | </ | ||
| + | | ||
| + | # svn access with chili authentification | ||
| + | PerlLoadModule Apache:: | ||
| + | < | ||
| + | PassengerEnabled off | ||
| + | DAV svn | ||
| + | SVNParentPath / | ||
| + | DirectorySlash Off | ||
| + | AuthType Basic | ||
| + | AuthName " | ||
| + | Require valid-user | ||
| + | PerlAccessHandler Apache:: | ||
| + | PerlAuthenHandler Apache:: | ||
| + | RedmineDSN " | ||
| + | RedmineDbUser " | ||
| + | RedmineDbPass " | ||
| + | </ | ||
| + | |||
| + | # git access with chili authentification | ||
| + | Alias /git / | ||
| + | < | ||
| + | Order allow,deny | ||
| + | Allow from all | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | < | ||
| + | Dav on | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | # chili project | ||
| DocumentRoot / | DocumentRoot / | ||
| < | < | ||
| - | Options | + | Options |
| AllowOverride None | AllowOverride None | ||
| Order deny,allow | Order deny,allow | ||
| Allow from all | Allow from all | ||
| </ | </ | ||
| - | </ | + | </ |
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | / | ||
| + | * vérifiez les options '' | ||
| + | |||
| + | ===== FAQ ===== | ||
| + | |||
| + | **svn: COPY de '/ | ||
| + | |||
| + | ajoutez APACHE_MPMS=" | ||
| + | |||
| + | Source : http:// | ||