Re: [gitorious] Official Gitorious Docker image

2014-01-09 Thread Marius MÃ¥rnes Mathiesen
Congratulations, this is great news! All of a sudden it's less work to
install Gitorious than a common text editor. Great work, guys!
On Jan 8, 2014 3:27 PM, "Marcin Kulik"  wrote:

> Greetings!
>
> We are happy to announce the official Gitorious image (
> https://gitorious.org/gitorious/gitorious-docker) for Docker (
> http://www.docker.io/).
>
> While Gitorious already has a "community installer" for installing it on
> CentOS (and thus RedHat) compatible systems, and this works great in most
> cases, we have received reports from people having installation issues as
> the Gitorious stack consists of a lot of services that need to be
> configured properly.
>
> To solve this we wanted to make the process as simple as possible for you
> by providing a perfectly configured Gitorious image for Docker. This way
> you can run Gitorious in an isolated container with native performance
> (thanks to LXC).
>
> The image has been pushed to the public Docker registry as
> "gitorious/gitorious" [1] and you can find the usage instructions in the
> README file [2]. This image can be used on your Linux workstation, your
> Debian, Ubuntu, Arch Linux and Gentoo servers and the only prerequisite is
> having Docker itself installed.
>
> If you don't want to install Docker/Gitorious on your system you can
> easily try it in a Vagrant [3] virtual machine, and a working Vagrantfile
> is provided in the gitorious-docker repository. You will need to use
> Vagrant if you want to use it on a Mac.
>
> [1] https://index.docker.io/u/gitorious/gitorious/
> [2] https://gitorious.org/gitorious/gitorious-docker
> [3] http://www.vagrantup.com/
>
> Feedback is always welcome, and we hope you will love this as much as we
> do.
>
> --
> --
> 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.
>

-- 
-- 
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.


[gitorious] gitorious 3 Private repository issue

2014-01-09 Thread Faras Sadek
Hi,

I installed and tested gitorious version 3. It run wonderful, the only issue I 
noticed is the lock icon of the private repositories. It is not working 
properly.

When I set a repository to private, the lock icon appears. But after I leave 
the repository and come back to it, the lock icon is no longer appear, 
eventhough the repository is still on private mode.

I would appreciated if you can fix this issue please.

Faras Sadek
Harvard/ School of Engineering 

-- 
-- 
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.


[gitorious] gitorious 3 : user account information issue

2014-01-09 Thread Faras Sadek
In gitorious version 3: When a new user login using openId,  upon successful 
authentication, gitorious will ask the user to full in some information 
(login,email,full name) and accept the term of services. In this form, if the 
user enter a comma "," in the full name field then gitorious will return a 
crash page saying "

Sorry, something went wrong

Gitorious encountered an server error. We are automatically notified of errors 
and will look into it. If the error persists beyond what's reasonable, let us 
know. 
" 

even though the user is created successfully and he/she can login next time.

Faras Sadek
Harvard/SEAS

-- 
-- 
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.


[gitorious] All projects do not appear in the /projects url

2014-01-09 Thread James Short
All of the projects I have created are public (some repos within said projects 
aren't necessarily public) but only one shows up in the /projects url.  If I 
click the Gitorious icon on the upper left or my user name, then all 4 projects 
are displayed.

Ideas?

Thanks

-James

-- 
-- 
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.


[gitorious] Re: All projects do not appear in the /projects url

2014-01-09 Thread James Short
I did notice that the diagnostic page shows:

everything healthy?  false
git user ok? true
gitorius front web page is up?   false

Not sure if that is related, but clearly that last line is wrong since the 
front web page is up.

-- 
-- 
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.


[gitorious] Re: All projects do not appear in the /projects url

2014-01-09 Thread James Short
On Thursday, January 9, 2014 5:43:23 PM UTC-5, James Short wrote:
> I did notice that the diagnostic page shows:
> 
> everything healthy?  false
> git user ok? true
> gitorius front web page is up?   false
> 
> Not sure if that is related, but clearly that last line is wrong since the 
> front web page is up.

Ok this is because I have a self signed cert being used for TLS in nginx and 
the diagnostic command is not using -k for curl.

-- 
-- 
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.