From Fedora Project Wiki
m (add gitlab gems as list)
 
(46 intermediate revisions by 3 users not shown)
Line 3: Line 3:
An effort to package GitLab for Fedora.
An effort to package GitLab for Fedora.


This project has a dedicated mailinglist at rpm-gitlab-list@lists.clefos.org (HOW TO APPLY? LINK TO ARCHIVE?)


==Packages==
There are weekly meetings in the Fedora Admin irc channel:
Location: fedora-meeting@irc.freenode.net
Start: 2014-03-20 - 19:00:00 UTC
End: 2014-03-20 - 20:00:00 UTC


{| class="wikitable" style="text-align: center;" cellpadding="10"
This started as a Google Summer of Code project https://fedoraproject.org/wiki/GSOC_2013/Student_Application_Axilleas/Gitlab%28463%29
!colspan="5"|Dependencies
 
Currently the following gems are still missing from Fedora https://github.com/axilleas/gsoc/blob/master/rubygems_missing
 
Link to all meeting minutes:
 
http://meetbot.fedoraproject.org/fedora-admin/2014-03-20/fedora-admin.2014-03-20-19.03.html
LINK TO OTHERS
 
==System dependencies==
 
{{admon/note|TODO Clean up system dependencies|Most of these packages are needed if you compile ruby from sources, or install/build gems with native extensions.}}
 
The equivalent of Debian's '''build-essential''' is:
 
<pre>
# yum groupinstall 'Development Tools' 'Development Libraries'
</pre>
 
The rest of the packages can be installed with:
 
<pre>
# yum install zlib-devel libyaml-devel openssl-devel gdbm-devel readline-devel ncurses-devel libffi-devel curl git openssh-server redis libxml2-devel libxslt-devel libcurl-devel libicu-devel python
</pre>
 
Below is the table for an easy reference.
 
{| class="wikitable" style="text-align: left;" cellpadding="10"
!colspan="2"|GitLab system dependencies
|-
|-
|rowspan="2"|Ruby gem
!Debian
|colspan="3"|Version
!Fedora 19
|-
|-
|Upstream
|sudo                   
|Fedora
|sudo
|GitLab
|-
|-
|zlib1g-dev
|zlib-devel
|-
|libyaml-dev
|libyaml-devel
|-
|libssl-dev
|openssl-devel
|-
|libgdbm-dev
|gdbm-devel
|-
|libreadline-dev
|readline-devel
|-
|libncurses5-dev
|ncurses-devel
|-
|libffi-dev
|libffi-devel
|-
|curl
|curl
|-
|git-core
|git
|-
|openssh-server
|openssh-server
|-
|redis-server
|redis
|-
|postfix
|postfix
|-
|checkinstall
|{{result|fail}}
|-
|libxml2-dev
|libxml2-devel
|-
|libxslt-dev
|libxslt-devel
|-
|libcurl4-openssl-dev
|libcurl-devel
|-
|libicu-dev
|libicu-devel
|-
|python
|python
|}
|}
==Runtime gems==
[[User:Axilleas/GitLab/runtime_deps]]
==Missing gems==
[[User:Axilleas/GitLab/Missing_gems]]
== Statistics ==
<pre>
<pre>
actionmailer
 
actionpack
Gitlab runtime gems  :  145
activemodel
Gems in Fedora repos :  389
activerecord
Common gems          :  70
activeresource
To be packaged      :  75
activesupport
Pending review in BZ :  11
acts-as-taggable-on
When BZ go in repos  :  64
arel
 
asciidoctor
backports
bcrypt-ruby
bootstrap-sass
builder
carrierwave
celluloid
charlock_holmes
chosen-rails
coffee-rails
coffee-script
coffee-script-source
colored
connection_pool
d3_rails
descendants_tracker
devise
diff-lcs
dotenv
enumerize
erubis
escape_utils
eventmachine
execjs
faraday
faraday_middleware
font-awesome-rails
foreman
gemoji
github-linguist
github-markdown
github-markup
gitlab-gollum-lib
gitlab-grack
gitlab-grit
gitlab-pygments.rb
gitlab_git
gitlab_meta
gitlab_omniauth-ldap
gon
grape
grape-entity
haml
haml-rails
hashie
hike
hipchat
http_parser.rb
httparty
httpauth
i18n
journey
jquery-atwho-rails
jquery-rails
jquery-turbolinks
jquery-ui-rails
json
jwt
kaminari
libv8
mail
mime-types
modernizr
multi_json
multi_xml
multipart-post
mysql2
net-ldap
nokogiri
oauth
oauth2
omniauth
omniauth-github
omniauth-google-oauth2
omniauth-oauth
omniauth-oauth2
omniauth-twitter
orm_adapter
pg
polyglot
posix-spawn
puma
pygments.rb
pyu-ruby-sasl
rack
rack-accept
rack-cache
rack-mount
rack-protection
rack-ssl
rack-test
rails
railties
rake
rdoc
redcarpet
redis
redis-actionpack
redis-activesupport
redis-namespace
redis-rack
redis-rails
redis-store
ref
rubyntlm
sanitize
sass
sass-rails
seed-fu
select2-rails
settingslogic
sidekiq
simple_oauth
sinatra
six
slim
sprockets
stamp
state_machine
stringex
temple
therubyracer
thor
tilt
timers
tinder
treetop
turbolinks
twitter-stream
tzinfo
uglifier
underscore-rails
virtus
warden
yajl-ruby
</pre>
</pre>
== Unofficial repository ==
Hosted at fedorapeople.org: http://repos.fedorapeople.org/repos/axilleas/gitlab/

Latest revision as of 08:30, 10 July 2014

GitLab for Fedora

An effort to package GitLab for Fedora.

This project has a dedicated mailinglist at rpm-gitlab-list@lists.clefos.org (HOW TO APPLY? LINK TO ARCHIVE?)

There are weekly meetings in the Fedora Admin irc channel: Location: fedora-meeting@irc.freenode.net Start: 2014-03-20 - 19:00:00 UTC End: 2014-03-20 - 20:00:00 UTC

This started as a Google Summer of Code project https://fedoraproject.org/wiki/GSOC_2013/Student_Application_Axilleas/Gitlab%28463%29

Currently the following gems are still missing from Fedora https://github.com/axilleas/gsoc/blob/master/rubygems_missing

Link to all meeting minutes:

http://meetbot.fedoraproject.org/fedora-admin/2014-03-20/fedora-admin.2014-03-20-19.03.html LINK TO OTHERS

System dependencies

Note.png
TODO Clean up system dependencies
Most of these packages are needed if you compile ruby from sources, or install/build gems with native extensions.

The equivalent of Debian's build-essential is:

# yum groupinstall 'Development Tools' 'Development Libraries'

The rest of the packages can be installed with:

# yum install zlib-devel libyaml-devel openssl-devel gdbm-devel readline-devel ncurses-devel libffi-devel curl git openssh-server redis libxml2-devel libxslt-devel libcurl-devel libicu-devel python

Below is the table for an easy reference.

GitLab system dependencies
Debian Fedora 19
sudo sudo
zlib1g-dev zlib-devel
libyaml-dev libyaml-devel
libssl-dev openssl-devel
libgdbm-dev gdbm-devel
libreadline-dev readline-devel
libncurses5-dev ncurses-devel
libffi-dev libffi-devel
curl curl
git-core git
openssh-server openssh-server
redis-server redis
postfix postfix
checkinstall
Fail fail
libxml2-dev libxml2-devel
libxslt-dev libxslt-devel
libcurl4-openssl-dev libcurl-devel
libicu-dev libicu-devel
python python

Runtime gems

User:Axilleas/GitLab/runtime_deps

Missing gems

User:Axilleas/GitLab/Missing_gems

Statistics


Gitlab runtime gems  :  145
Gems in Fedora repos :  389
Common gems          :  70
To be packaged       :  75
Pending review in BZ :  11
When BZ go in repos  :  64


Unofficial repository

Hosted at fedorapeople.org: http://repos.fedorapeople.org/repos/axilleas/gitlab/