Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
gamma for community edition
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
DavidG  
View profile  
 More options Jul 10 2012, 8:14 pm
From: DavidG <dgel...@gmail.com>
Date: Tue, 10 Jul 2012 17:14:34 -0700 (PDT)
Local: Tues, Jul 10 2012 8:14 pm
Subject: gamma for community edition

Hi -

Love your product and concept. But would like to get gamma running on our
own servers. What exactly is required to upgrade the backend for this?
This could  be PHP (which looks easier, because that is the bulk of your
work). But Python would be preferred (and not the app engine, but say,
something like Django).

Any pointers, hints, tips or traps would be appreciated! And I will be
happy to share any work done on this with the project.

David.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh  
View profile   Translate to Translated (View Original)
 More options Jul 10 2012, 8:52 pm
From: Josh <joka...@gmail.com>
Date: Tue, 10 Jul 2012 20:52:55 -0400
Local: Tues, Jul 10 2012 8:52 pm
Subject: Re: [clipperz] gamma for community edition
On 07/10/2012 08:14 PM, DavidG wrote:

> Hi -

> Love your product and concept. But would like to get gamma running on
> our own servers. What exactly is required to upgrade the backend for this?
> This could  be PHP (which looks easier, because that is the bulk of
> your work). But Python would be preferred (and not the app engine, but
> say, something like Django).

> Any pointers, hints, tips or traps would be appreciated! And I will be
> happy to share any work done on this with the project.

> David.

As far as I understand it, the problem is that there is currently only 1
backend defined but the 2 frontends require different messaging
protocols.  I think the way forward would be to upgrade the beta
frontend to use the same messaging protocol as the gamma frontend and
make the php backend match that.  That is my 0.02

Hope this helps,
josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DavidG  
View profile   Translate to Translated (View Original)
 More options Jul 10 2012, 9:45 pm
From: DavidG <dgel...@gmail.com>
Date: Tue, 10 Jul 2012 18:45:26 -0700 (PDT)
Local: Tues, Jul 10 2012 9:45 pm
Subject: Re: [clipperz] gamma for community edition

If this is true, how does the demo system currently work? How different is
the demo PHP from the CE PHP? Would the authors consider releasing the demo
PHP?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Josh  
View profile  
 More options Jul 11 2012, 7:05 am
From: Josh <joka...@gmail.com>
Date: Wed, 11 Jul 2012 07:05:54 -0400
Local: Wed, Jul 11 2012 7:05 am
Subject: Re: [clipperz] gamma for community edition

On 07/10/2012 09:45 PM, DavidG wrote:

> If this is true, how does the demo system currently work? How
> different is the demo PHP from the CE PHP? Would the authors consider
> releasing the demo PHP?

You mean clipperz.com?  They use a different backend.

-josh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
giulio.cesare@gmail.com  
View profile   Translate to Translated (View Original)
 More options Jul 11 2012, 7:43 am
From: "giulio.ces...@gmail.com" <giulio.ces...@gmail.com>
Date: Wed, 11 Jul 2012 07:43:59 -0400
Local: Wed, Jul 11 2012 7:43 am
Subject: Re: [clipperz] gamma for community edition
David,

I can confirm that clipperz.com uses a different backend (Java + PostgreSQL).

The code currently available on GitHub has been changed to allow both
/beta and /gamma frontend to use the PHP backend. It has not been
fully tested, but should work.

Best regards,

Giulio Cesare


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DavidG  
View profile  
 More options Jul 11 2012, 5:47 pm
From: DavidG <dgel...@gmail.com>
Date: Wed, 11 Jul 2012 14:47:48 -0700 (PDT)
Local: Wed, Jul 11 2012 5:47 pm
Subject: Re: [clipperz] gamma for community edition

Giulio,

Thanks. I guess I was wondering if you guys would consider releasing the
code for clipperz.com - at least we all would have a reference version that
works (even if in java and postgres).

I tried (only minimally) to get the gamma working with PHP last night. But
it didn't seem to work. Certain resources were not at the right places, and
the javascript was all messed up. I can give you more details if you want.
From the documentation, I was led to believe it wouldn't work at all, so
was merely experimenting. But it would be nice to get the gamma running.

Thanks for everything.

David.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
giulio.cesare@gmail.com  
View profile  
 More options Jul 12 2012, 9:51 am
From: "giulio.ces...@gmail.com" <giulio.ces...@gmail.com>
Date: Thu, 12 Jul 2012 09:51:24 -0400
Local: Thurs, Jul 12 2012 9:51 am
Subject: Re: [clipperz] gamma for community edition
Hell David,

On Wed, Jul 11, 2012 at 5:47 PM, DavidG <dgel...@gmail.com> wrote:
> Giulio,

> Thanks. I guess I was wondering if you guys would consider releasing the
> code for clipperz.com - at least we all would have a reference version that
> works (even if in java and postgres).

We don't have any plan to release the Java/PostgreSQL backend.
The PHP version was an intermediate step to help developers interested
in understanding and evolving Clipperz codebase to be able to actually
execute the code.

> I tried (only minimally) to get the gamma working with PHP last night. But
> it didn't seem to work. Certain resources were not at the right places, and
> the javascript was all messed up. I can give you more details if you want.

I admit that I have not build/deployed the full PHP backend lately,
but I am quite confident that it was possible to build it.
I have also integrated some patches (mostly by Josh:
https://github.com/jokajak) to cleanup the new build scripts for the
project layout.

> From the documentation, I was led to believe it wouldn't work at all, so was
> merely experimenting. But it would be nice to get the gamma running.

If you try a little harder, it should work. :)

If this is not the case, please share details on what is failing here
on the forum.

Regards,

Giulio Cesare


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DavidG  
View profile  
 More options Jul 14 2012, 4:05 pm
From: DavidG <dgel...@gmail.com>
Date: Sat, 14 Jul 2012 13:05:15 -0700 (PDT)
Local: Sat, Jul 14 2012 4:05 pm
Subject: Re: [clipperz] gamma for community edition

OK, trying gamma with PHP on localhost (Ubuntu, latest Chrome). No
javascript errors in the console that I can see. Here is a screenshot of
what I get when I try to create a new account by clicking on the "Create
Account" button. (The home screen comes up perfectly).

<https://lh5.googleusercontent.com/-TrD--vBXHSE/UAHQYqPhsrI/AAAAAAAAD2...>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
giulio.cesare@gmail.com  
View profile  
 More options Jul 14 2012, 5:19 pm
From: "giulio.ces...@gmail.com" <giulio.ces...@gmail.com>
Date: Sat, 14 Jul 2012 17:19:37 -0400
Local: Sat, Jul 14 2012 5:19 pm
Subject: Re: [clipperz] gamma for community edition

Sorry David,

but /gamma does not yet support new account creation; this is true also for
the online version.
You need to create the account with /beta, and than you can login also with
/gamma.

Sorry for the confusion.

Regards,

Giulio Cesare


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DavidG  
View profile  
 More options Jul 15 2012, 7:07 pm
From: DavidG <dgel...@gmail.com>
Date: Sun, 15 Jul 2012 16:07:11 -0700 (PDT)
Local: Sun, Jul 15 2012 7:07 pm
Subject: Re: [clipperz] gamma for community edition

Ok, I did that - created an account using beta, went to gamma to log in,
and a similar thing happened (javascript "misbehaving" like in the
scrrenshot), so login form would not work. Is something misconfigured?
Thanks,
David.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
giulio.cesare@gmail.com  
View profile  
 More options Jul 16 2012, 9:26 am
From: "giulio.ces...@gmail.com" <giulio.ces...@gmail.com>
Date: Mon, 16 Jul 2012 09:26:02 -0400
Local: Mon, Jul 16 2012 9:26 am
Subject: Re: [clipperz] gamma for community edition

David,

could you please detail how you build the project, and what errors you are
getting in the Javascript console?
From what I can see from the screenshot, it looks like CSS was not loaded
correctly (some parts of the HTML should be just hidden away).

Regards,

Giulio Cesare


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »