Differences
This shows you the differences between two versions of the page.
— | gitorious [2015/06/01 22:26] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Gitorious ====== | ||
+ | * [[git]] | ||
+ | |||
+ | Display project repositories from database gitorious: | ||
+ | |||
+ | < | ||
+ | SELECT slug, name FROM repositories r INNER JOIN projects p ON r.project_id = p.id WHERE r.name NOT LIKE ' | ||
+ | </ | ||
+ | |||
+ | ===== Runtime Init Dependencies ===== | ||
+ | |||
+ | * mysql | ||
+ | * stompserver | ||
+ | |||
+ | ===== Installation ===== | ||
+ | |||
+ | * < | ||
+ | * cp config/ | ||
+ | * cp config/ | ||
+ | * bundle exec rake db: | ||
+ | * bundle exec rake db:setup | ||
+ | * script/ | ||
+ | * script/ | ||
+ | |||
+ | |||
+ | ===== Git Access ===== | ||
+ | |||
+ | All git access is run through user ' | ||
+ | |||
+ | ===== Apache ===== | ||
+ | |||
+ | It is possible to run gitorious through Apache, but git ssh access would not work. Instead, we are running it as a separate daemon. | ||
+ | |||
+ | ===== Search ===== | ||
+ | |||
+ | Search is made available by running ultrasphinx. | ||
+ | |||
+ | The configuration file in ''/ | ||
+ | |||
+ | ===== Support ====== | ||
+ | |||
+ | * http:// |