1 Aug 2010 20:02
1 Aug 2010 20:09
Re: Where's the code?
Alex Rollin wrote: > Is there a reason this shouldn't be packaged as a zip? Oh, here it is: http://gitorious.org/statusnet/mainline/archive-tarball/master
2 Aug 2010 02:07
Re: Where's the code?
This link also does not seem to contain the GNU Social code.
I have Status.net installed and running on my own host. I'd like a package of the GNU Social add-in.
I started to copy the latest change commits, then fussed with Gity for a bit, and that wasn't working, so I'm writing back on my way to finding another GUI Git client.
A
On Sun, Aug 1, 2010 at 8:09 PM, Patrick Anderson <agnucius-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
Alex Rollin wrote:Oh, here it is:
> Is there a reason this shouldn't be packaged as a zip?
http://gitorious.org/statusnet/mainline/archive-tarball/master
2 Aug 2010 02:31
Re: Where's the code?
> This link also does not seem to contain the GNU Social code. Try this one... http://gitorious.org/statusnet/gnu-social/archive-tarball/master > I'd like a package of the GNU Social add-in. Me too :) From the tarball above, I think these are the files you want... plugins/GNUsocial* theme/*social *.SOCIAL tpl/social.php Hope that helps, Tom
2 Aug 2010 03:17
Re: Where's the code?
On 08/01/2010 08:07 PM, Alex Rollin wrote: > This link also does not seem to contain the GNU Social code. > > I have Status.net installed and running on my own host. I'd like a > package of the GNU Social add-in. You're better off cloning this, and linking it in. Assuming your server is running GNU/Linux, we can help you set this up.
2 Aug 2010 07:14
Re: Where's the code?
I'd like to know how to do that. Sounds easier.
A
On Mon, Aug 2, 2010 at 3:17 AM, Matt Lee <mattl-m49ZWvvpQfw@public.gmane.org> wrote:
On 08/01/2010 08:07 PM, Alex Rollin wrote:You're better off cloning this, and linking it in.
> This link also does not seem to contain the GNU Social code.
>
> I have Status.net installed and running on my own host. I'd like a
> package of the GNU Social add-in.
Assuming your server is running GNU/Linux, we can help you set this up.
2 Aug 2010 13:46
Re: Where's the code?
On 08/02/2010 01:14 AM, Alex Rollin wrote: > I'd like to know how to do that. Sounds easier. This assumes you have your GNU social install at /var/social and you will have a git clone in place at /var/dev/gnu-social mkdir -p /var/dev git clone git://gitorious.org/+socialites/statusnet/gnu-social.git ln -s /var/dev/gnu-social/themes/gnusocial /var/social/themes/ ln -s /var/dev/gnu-social/tpl/social.php /var/social/tpl/ ln -s /var/dev/gnu-social/plugins/GNUsocialTemplatePlugin.php /var/social/plugins/
RSS Feed