2009
06.10
06.10
git 是個最近非常紅的版本控制系統,在 Debian 下,安裝 Git 也很方便,一行指令就可以達成:
apt-get install git-core
由於我想試玩一下 Gallery 3 Beta 1 ,所以我從 github 抓出專案(不採用傳統下載解壓縮的方式是我想要維持在最新版本):
git clone git://github.com/gallery/gallery3.git
當然,要更新版本的方式也很容易:
git pull
UPDATE:
二個月底推出了 Gallery 3.0 Release Candidate 1,重要特點如下:
- 可以匯入 G2 的權限,並且相容網址格式。
- 有 REST API
- 支援 LDAP 既有的使用者登入
- 在 UI 上面有長足改善

No Comment.
Add Your Comment