Benjamin Schieder

[TECH] HOTFIX FOR GITLAB-SMARTOS 0.0.3

2013 February 27

I've just realized some problems with the gitlab-smartos 0.0.3 image I announced last week and can be downloaded at http://blog.crash-override.net/index.php/423.
The http:// ressources for git don't work, as does editing via the webinterface.

Here's the fixes:


# rvm use 1.9.3
# sudo -u gitlab -H bundle exec rake gitlab:satellites:create RAILS_ENV=production
# cd /opt/local/bin
# ln -s python python2
# sudo -u gitlab -H git config --global user.name "GitLab"
# sudo -u gitlab -H git config --global user.email "gitlab@gitlab"


After these commands, it worked fine for me. I'll work them into the next version of the dataset.


EOF

Category: blog

Tags: Tech gitlab smartos git