Gitorious
Gitorious is a code hosting solution similar to GitHub.
It is totally open but, well, code hosting outsourcing is not
always the best practice.
Slide 13
Slide 13 text
Gitorious
•
Project hosting (obviously)
•
Activity monitoring
•
Merge requests are public
•
Wiki(s)
•
Team up! Teaming features
•
Project-centric
Slide 14
Slide 14 text
GitLab
GitLab is a gitolite frontend and git management web-app
you can install on your machine.
It's useful if you are building an in-house repository
system for a/your company.
Slide 15
Slide 15 text
GitLab
cd /home/git/gitlab
# Copy the example GitLab config
sudo -u git -H cp
config/gitlab.yml.example
config/gitlab.yml
sudo -u git -H vim
config/gitlab.yml
sudo chown -R git log/
sudo chown -R git tmp/
sudo -u git -H mkdir
/home/git/gitlab-satellites
sudo -u git -H mkdir tmp/pids/
sudo -u git -H mkdir
tmp/sockets/
sudo chmod -R u+rwX tmp/pids/
sudo chmod -R u+rwX
tmp/sockets/
sudo -u git -H mkdir
public/uploads
Sometimes it can be a pain the ass.
Slide 16
Slide 16 text
That's all folks :)
Questions?
You can reach me up at the followings
Twitter/App.net: @dottorblaster
Email: [email protected]
Feel free to join MobiLovers on Google+.
We have developers, and cookies too :)