Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
public:tutorial:gitorious [2012/02/12 20:57] – créée 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 git | + | emerge bundler |
+ | |||
+ | emerge git passenger postgresql-server | ||
+ | |||
+ | emerge app-misc/ | ||
+ | |||
+ | ===== 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 ===== | ||
- | ==== Apache ==== | ||
- | === Gitorious === | ||