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 07:17] – 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: | ||
| + | <code xml>< | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | |||
| + | ServerName dev.ceric35.net | ||
| + | CustomLog / | ||
| + | |||
| + | # maven2 | ||
| + | Alias /maven2 / | ||
| + | < | ||
| + | Order allow, | ||
| + | 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, | ||
| + | Allow from all | ||
| + | | ||
| + | | ||
| + | </ | ||
| + | < | ||
| + | Dav on | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | # chili project | ||
| + | DocumentRoot / | ||
| + | < | ||
| + | Options +Indexes | ||
| + | AllowOverride None | ||
| + | Order deny, | ||
| + | Allow from all | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | / | ||
| + | * vérifiez les options '' | ||
| + | |||
| + | ===== FAQ ===== | ||
| + | |||
| + | **svn: COPY de '/ | ||
| + | |||
| + | ajoutez APACHE_MPMS=" | ||
| - | emerge | + | Source : http://www.redmine.org/ |