Gitorious install howto

23 views
Skip to first unread message

Angus

unread,
Jun 29, 2008, 2:56:54 PM6/29/08
to Gitorious
Hi

I want try and get gitorious up and running at on my company's git
server.

Is there a "how to install gitorous".

Thanks
Angus

Patrick Aljord

unread,
Jun 29, 2008, 3:47:33 PM6/29/08
to gito...@googlegroups.com
check the HACKING text file in /

Angus

unread,
Jun 29, 2008, 5:30:34 PM6/29/08
to Gitorious
Hi

Note: I am a completely ruby clueless.

Thanks I have now installed all the deps, but I am having trouble
running gitorious.

I have created a database called "gitorious_development", and have
pointed
gitorious.yml to my shared git repositories.

when I run "./scripts/server -p development" I get "500 Internal
Server Error"

-How does the database get populated?
-Am I calling the right script to run the server?
-What does "set the 'ready' status to true" mean (from the HACKING
file).


Thanks in advance
Angus

Patrick Aljord

unread,
Jun 30, 2008, 1:14:39 AM6/30/08
to gito...@googlegroups.com
configure config/database.yml and then run rake db:migrate

Johan Sørensen

unread,
Jul 2, 2008, 3:57:05 AM7/2/08
to gito...@googlegroups.com
Hi,

On Sun, Jun 29, 2008 at 11:30 PM, Angus <ahsa...@gmail.com> wrote:
>
> Hi
>
> Note: I am a completely ruby clueless.
>
> Thanks I have now installed all the deps, but I am having trouble
> running gitorious.

Yes, the process is not entirely friendly at the moment, and probably
require some base knowledge about deploying rails apps. That said,
feel free to venture into it and ask questions as you move along.

>
> I have created a database called "gitorious_development", and have
> pointed
> gitorious.yml to my shared git repositories.

I assume you want to run this locally for development purposes
(there's the notion of different environments in rails; test,
development & production)

>
> when I run "./scripts/server -p development" I get "500 Internal
> Server Error"
>
> -How does the database get populated?

run "rake db:migrate" to construct the schema

> -Am I calling the right script to run the server?

./script/server -e <environmentname> # (it defaults to development)

> -What does "set the 'ready' status to true" mean (from the HACKING
> file).

Projects, and repositories has a `ready` boolean column that gets set
to true whenever the task associated with it has been completed (like
creating a new repository)

Running "./script/task_performer" will run any outstanding tasks. The
actual task objects will get created automatically whenever a project,
repository or user is created.

Hope that helps, otherwise keep asking ;)

> Thanks in advance
> Angus

Cheers,
JS

Reply all
Reply to author
Forward
0 new messages