MacroMode 3000 users!
by Joshua Frye on April 15, 2013, no comments
by Joshua Frye on April 15, 2013, no comments
by Joshua Frye on February 23, 2013, no comments
I setup a private GitLab instance the other day and figured I could save people a lot of time by releasing a VMDK disk image. I plan on updating this with each new GitLab stable release.
Download the disk image here: gitlab-5.0-ubuntu-12.04lts.tar
Here are the details:
After install:
Edit /home/git/gitlab/config/gitlab.yml and replace all instances of “localhost” with your own domain/ip.
Other:
If the nic doesn’t come back up when you setup your vm in VirtualBox here’s a way to fix it.
sudo vim /etc/network/interfaces
change eth0 to eth1 in the two lines where the nic is referenced.
sudo /etc/init.d/networking restart
Or reset the mac address.
by Joshua Frye on February 8, 2013, no comments