Hello,
To setup GitLab follow the quide:
https://github.com/t-zuehlsdorff/gitlabhq/blob/master/doc/install/installation-freebsd.md
I've created a basic working configuration for default. You just should
change the "host" in config/gitlab.yml, if you want to use something
other than "localhost". The rest should work. But please test carefully,
i've done many changes in the last months.
I built the packages and installed them in a jail, then followed the
guide. Setting up redis, the database, config, precompiling assets, etc.
went fine. When I tried to startup gitlab, I get this in the unicorn log:
I, [2015-07-31T19:00:43.855792 #80415] INFO -- : Refreshing Gem list
/usr/local/www/gitlab/app/controllers/import/bitbucket_controller.rb:5:in
`<class:BitbucketController>':
uninitialized constant Import::BitbucketController::OAuth (NameError)
from
/usr/local/www/gitlab/app/controllers/import/bitbucket_controller.rb:1:in `<top
(required)>'
After commenting out line 5 of:
/usr/local/www/gitlab/app/controllers/import/bitbucket_controller.rb
/usr/local/www/gitlab/app/controllers/import/gitlab_controller.rb
I have gitlab up and running. This may be related to some local patches
I have to ruby and gem. Anyway, I'll keep testing it. So far so good!
After some testing and research i tend to remove the options and enable
the providers by default.
The documentation advises the user to enable the OAuth(2) methods by
simply configure them. Therefore they should already be installed.
At the moment you can choose between MySQL and PostgreSQL, but the
project highly advises against MySQL.
In conclusion i would remove all options, make the OAuth providers
installed by default and remove the MySQL completely.
Is somebody against this approach? Otherwise i will try to get this
ready today/tomorrow :)
Greetings,
Torsten
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"