System notice: In light of the Debian OpenSSL security issue we've regenerated the server keys. See this thread for instructions and the new key fingerprints.

Comments for "mainline" repository in Gitorious

I have thinking exactly the same thing as long as I have been using git. Git has very nice own repo site but why not do it also using rails for rails people.

I would like to help you to implement openid support cos I love much more openid than old email way.

So if you don't mind hurry up to make your git push so I can clone and help you out to implement openid if you don't mind.

Priit

Yeah, pushing this weekend. Just need to finish up a few features first.

can't wait to dive in :]

I'm all up for contributing to gitorious. I personally like github a bit more, because of all the eye candy. But gitorious is open, and I like open things. And because it's open, it means that I can contribute to it, instead of being ignorant and usie github because I'm lazy.

So, my question is: could you provide a config/gitorious.sample.yml file, so that it's possible to run the app locally without having to guess all the settings? I could of course find all the references to the GitoriousConfig and start guessing, but having a sample config would be nice.


cookie_secret: sssssshhhh
repository_base_path: /Users/johan/Projects/keysersource/repositories
gitorious_client_host: localhost
gitorious_client_port: 3000
exception_notification_emails: - johan@johansorensen.com
extra_html_head_data: "<!-- foo -->"
system_message:

why remove the tarball prefix?
data = @git.archive_tar_gz(params[:sha], prefix+"/")

thanks =)

Johan - when you create a login and go to the login page, you get an 'incorrect password' type message - when the real issue is that you've not looked in your email and activated your account.

Matt.

Here is what I needed to do to get this repo working:

#
# Installing Gitorious
#
sudo apt-get install libonig-dev
sudo apt-get install libbluecloth-ruby
sudo apt-get install libopenssl-ruby1.8
sudo gem install mime-types
sudo gem install textpow #install all dependencies prompted for

git clone git://gitorious.org/gitorious/mainline.git gitorious

cd gitorious

cp config/gitorious.sample.yml config/gitorious.yml

nano config/gitorious.yml #(add key, Error 500 if you don't)

nano config/database.yml #(add database settings)

rake db:migrate

mongrel_rails start

Thank you that looks much better. :)

I aim to please ;)

Add a new comment:

Login or create an account to post a comment