Yushell Darwich writes:
> I've just installed Gitorious from the Amazon Marketplace on one of my
> instances. But I'm curious as to how do I configure Gitorious. Some things
> I want to modify are inside gitorious.sample.yml. Sorry for my
> inexperience, but, do I FTP? Is there some kind of an online editor?

Hi,
Although you could probably set up FTP for your server and use that to
update the configuration file, you'd still need to log into the server
in order to restart your server after changing the file. Which means
you'll be better off editing the server inside an SSH session.

Your server ships with at least a couple of editors, and there will be
several others available in the package repositories. An editor that
should be installed and is reasonably easy to get started with is
nano. SSH into your server, and enter:

  nano /var/www/gitorious/app/config/gitorious.yml

which will open the nano editor with the file loaded. If the file
doesn't exist, create it by copying the sample file:

  cp /var/www/gitorious/app/config/gitorious{.sample,}.yml

Cheers
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to