Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Gitoriousをubuntu 10.04 LTSへインストール
Search
SATOH Kiyoshi
March 16, 2022
Technology
0
93
Gitoriousをubuntu 10.04 LTSへインストール
2010/12/16のNSEG git勉強会で話した内容です。
Gitoriousをubuntu 10.04 LTSへインストールするのが大変だったよというプレゼン。
SATOH Kiyoshi
March 16, 2022
Tweet
Share
More Decks by SATOH Kiyoshi
See All by SATOH Kiyoshi
意外に詐欺師がいるという教訓
stealthinu
0
75
RAGの仕組みとよくある課題
stealthinu
1
490
音声変換と生成AI:開発者視点からの1.5年の振り返り
stealthinu
0
1.1k
リアルタイムボイスチェンジャーMMVCとVITSの紹介
stealthinu
0
2.5k
ディープラーニングブームは続くのか
stealthinu
0
88
スパム対策お焚き上げ
stealthinu
0
83
えせソアリンを作る
stealthinu
0
98
milter-managerが便利な話
stealthinu
0
130
Colabをshellから使う
stealthinu
0
110
Other Decks in Technology
See All in Technology
The Role of Developer Relations in AI Product Success.
giftojabu1
0
140
AIチャットボット開発への生成AI活用
ryomrt
0
170
OCI Network Firewall 概要
oracle4engineer
PRO
0
4.2k
Making your applications cross-environment - OSCG 2024 NA
salaboy
0
190
組織成長を加速させるオンボーディングの取り組み
sudoakiy
2
210
AWS Lambdaと歩んだ“サーバーレス”と今後 #lambda_10years
yoshidashingo
1
180
DynamoDB でスロットリングが発生したとき/when_throttling_occurs_in_dynamodb_short
emiki
0
250
アジャイルチームがらしさを発揮するための目標づくり / Making the goal and enabling the team
kakehashi
3
140
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
強いチームと開発生産性
onk
PRO
35
11k
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
110
Terraform Stacks入門 #HashiTalks
msato
0
360
Featured
See All Featured
Producing Creativity
orderedlist
PRO
341
39k
Being A Developer After 40
akosma
87
590k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
The Power of CSS Pseudo Elements
geoffreycrofte
73
5.3k
Into the Great Unknown - MozCon
thekraken
32
1.5k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
420
Fireside Chat
paigeccino
34
3k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
93
16k
Navigating Team Friction
lara
183
14k
Transcript
Gitorious Gitorious を を Ubuntu 10.04 LTS Ubuntu 10.04 LTS
に に インストールしてみんなで幸せになろうよ インストールしてみんなで幸せになろうよ 2010/12/16 長野ソフトウェア技術者グループ NSEG 第 3 回 git 勉強会 有限会社ジーワークス 佐藤 潔
Gitorious とは? github のクローンアプリケーション オープンソースで Ruby on Rails 製
github って? git が使えるプロジェクトホスティングサービス SourceForge の git 版みたいな感じ 超便利!
github を社内開発で使いたい github をクローズドな開発に使うには有料オプション ソースコードを社外のサービス上に置くってどうよ?
Gitorious なら出来る Gitorious 使えば自社サーバで github と同様な プロジェクトホスティングが出来ちゃう こりゃ便利!?
じゃあ Gitorious をインストールしよう! > aptitude install gitorious : なんかじゃ入らないんだからねっ!!
入れ方を調べると… • やっとの思いで… とか • 色々と手間取ることが多かった… とか • 何度かインストール試したものの失敗… とか
そんなインストールで大丈夫か?
大丈夫だ、問題ない
結局トータルでほぼ一日がかりに… orz
なんで大変か • いろんな関連ツールやライブラリを入れる必要がある • しかも apt では入らないものもいくつか必要 • gem もたくさん入れる必要がある
• そのうえ関連 gem のバージョン依存あり • アップデートが早く過去の情報があまり使えない • Web/Mail/MySQL/RoR/git が連携して動くので 全部面倒見る必要がある
手で入れた関連ツールたち • 鬼車 - 正規表現ライブラリ (Ruby 用に ) • sphinx
- 検索エンジン • stomp - テキストメッセージングプロトコル • Phusion Passenger + Ruby Enterprise Edition - Apache で Rails を効果的に動かすためのもの これだけでも結構 ('A`) マンドクセ…
それでもインストールするなら • gitorious のインストール - brfrn169 の日記 http://d.hatena.ne.jp/brfrn169/20100602/1275474459 最初にこちらの内容に沿ってインストールを開始した •
Installing gitorious on Ubuntu 10.04 HOWTO « Silly Science http://www.silly-science.co.uk/2010/12/12/installing-gitorious-on-ubuntu-10-04-howto/ 上手くいかない点が出たので、こちらの内容も参考に • Gitorious - UbuntuInstallation - Open wiki - Gitorious http://gitorious.org/gitorious/pages/UbuntuInstallation これらのインストール方法はこちらの公式サイトの情報が元になっている ためこちらも参考にした • Gitorious 入れたメモ « Coding Suicidal http://blog.udzura.jp/2010/01/06/gitorious-installation-memo/ こちらは一番最初のページの元になったであろうページで、特に最後に 書いてある「細かい点」というのがすごく参考になった
一番いいパッケージを頼む
便利なパッケージは… 無い なので今回インストールした Ubuntu 10.04 LTS 用に 素の状態にそのままスクリプト一発でインストール 出来るものを作成し公開したい
まとめ apt 一発でインストール出来るようになると また違ってくると思う 早くその日が来るといいなあ…