Skip to content

Dev virtualbox image

randx edited this page Jul 2, 2012 · 10 revisions

Contain GITLAB setup Jun 30, vim, git.

1. Download VM image & start it

Ubuntu Server 12.04 x86

2. Use ssh access to dev vm

ssh [email protected]
password: 5iveL!fe

3. Start server, resque

ruby ~/dev.rb

Export display for selenium tests

export DISPLAY=:99

4. Setup dev env

  1. Edit .gitconfig
  2. Regenerate ssh key
ssh-keygen -t rsa
sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
sudo -u git -H sh -c "PATH=/home/git/bin:$PATH; gl-setup -q /home/git/gitlab.pub"

5. Access web server http://x.x.x.x:9999/

Admin login details for webUI
user: [email protected]
pass: 5iveL!fe
Clone this wiki locally