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:gitorious [2012/02/12 20:57] – ceric35 | public:tutorial:gitorious [2023/02/13 13:39] (Version actuelle) – modification externe 127.0.0.1 | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| ====== Gitorious ====== | ====== Gitorious ====== | ||
| - | ===== Git ===== | + | ===== Source ===== |
| + | http:// | ||
| + | http:// | ||
| + | |||
| + | ===== Divers | ||
| - | emerge | + | emerge |
| - | ===== Apache ===== | + | emerge git passenger postgresql-server |
| + | |||
| + | emerge app-misc/ | ||
| ===== Gitorious ===== | ===== Gitorious ===== | ||
| + | |||
| + | **Code source**: | ||
| + | cd /opt | ||
| + | git clone git:// | ||
| + | git tag -l | ||
| + | git checkout v2.1.1 | ||
| + | bundle install | ||
| + | |||
| + | **Configuration**: | ||
| + | su postgres | ||
| + | createuser gitorious | ||
| + | cp config/ | ||
| + | cp config/ | ||
| + | cp config/ | ||
| + | '' | ||
| + | * remplacer '' | ||
| + | * modifier les login/mot de passe | ||
| + | | ||
| + | ===== Apache ===== | ||
| + | |||
| + | |||