Re: [Try-it-now app] Progress thread

2017-12-21 Thread OmPrakash Muppirala
On Wed, Dec 20, 2017 at 1:23 PM, Olaf Krueger wrote: > OmPrakash Muppirala wrote > > Olaf, do I have your permission to commit this code into the Apache > github > > repo? Once I put that in, more folks can start contributing. > > I've just committed it to [1]. > (Cause

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Olaf Krueger
OmPrakash Muppirala wrote > Olaf, do I have your permission to commit this code into the Apache github > repo? Once I put that in, more folks can start contributing. I've just committed it to [1]. (Cause I've accidentally committed it to master at first the master history is polluted a bit) If

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Carlos Rovira
Hi Olaf and Om, that shows impressive!! Please keep the good work! That would be a huge point to make people play Royale and put them near to adopt it! Looks so good!! :) Carlos 2017-12-20 11:21 GMT+01:00 OmPrakash Muppirala : > Here is a screenshot in the meantime :-) >

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Olaf Krueger
> I would like to deploy this somewhere so folks can take a look. Om, please keep in mind that we need to implement something at server side that takes care of removing the temporary created "Royale project directories". I've chosen the approach of always creating a new dir with each request to

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Olaf Krueger
Harbs wrote > A nice exercise would be to convert the code to AS. I already thought about implementing our services here using AS3... At the end, this would mean that anybody could implement client and server by using just one language: AS3... not so bad ;-) Olaf -- Sent from:

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Harbs
This looks awesome! > On Dec 20, 2017, at 12:21 PM, OmPrakash Muppirala > wrote: > > Here is a screenshot in the meantime :-) > > https://snag.gy/ElDsMR.jpg > > On Wed, Dec 20, 2017 at 2:16 AM, Piotr Zarzycki > wrote: > >> Cool :) >> >>

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Harbs
A nice exercise would be to convert the code to AS. Josh has a few Node.js projects done using Royale. We should be eating our own dogfood… ;-) My $0.02. Harbs > On Dec 20, 2017, at 12:28 PM, Olaf Krueger wrote: > >> I have the UI hooked up > Great, looks good! :-) > >

Re: [Try-it-now app] Progress thread

2017-12-20 Thread OmPrakash Muppirala
Here is a screenshot in the meantime :-) https://snag.gy/ElDsMR.jpg On Wed, Dec 20, 2017 at 2:16 AM, Piotr Zarzycki wrote: > Cool :) > > Waiting to your commit! :) > > 2017-12-20 11:12 GMT+01:00 OmPrakash Muppirala : > > > Update: I have

Re: [Try-it-now app] Progress thread

2017-12-20 Thread Piotr Zarzycki
Cool :) Waiting to your commit! :) 2017-12-20 11:12 GMT+01:00 OmPrakash Muppirala : > Update: I have the UI hooked up. It's starting to resemble a real app now > :-) > > Erik, can I haz the VM details, please? I would like to deploy this > somewhere so folks can

Re: [Try-it-now app] Progress thread

2017-12-20 Thread OmPrakash Muppirala
Update: I have the UI hooked up. It's starting to resemble a real app now :-) Erik, can I haz the VM details, please? I would like to deploy this somewhere so folks can take a look. Olaf, do I have your permission to commit this code into the Apache github repo? Once I put that in, more

Re: [Try-it-now app] Progress thread

2017-12-19 Thread Piotr Zarzycki
Olaf, Looking forward to your first commit! :) I will review it with pleasure :) Thanks, Piotr 2017-12-19 20:21 GMT+01:00 Olaf Krueger : > >Olaf, that worked! > > Great :-) > > >I'm going to try and add some UI around this. > I am also started to work on this but of

Re: [Try-it-now app] Progress thread

2017-12-19 Thread OmPrakash Muppirala
Olaf, that worked! I'm going to try and add some UI around this. Do you want to simply check this into our apache github repo? Thanks, Om On Dec 18, 2017 1:37 PM, "Olaf Krueger" wrote: > OmPrakash Muppirala wrote > > Can you give an > > example of what the POST payload

Re: [Try-it-now app] Progress thread

2017-12-18 Thread Olaf Krueger
OmPrakash Muppirala wrote > Can you give an > example of what the POST payload should look like? I've tested it by using this example [1]. (It contains some unnecessary /t/r, but it works for me) Just copy and paste it to e.g. Postman. Hope this helps, thanks for testing! If I'll found enough

Re: [Try-it-now app] Progress thread

2017-12-17 Thread OmPrakash Muppirala
On Dec 17, 2017 1:57 PM, "Olaf Krueger" wrote: Hi guys, I've replaced Express by Restify at server side and revised the server side implementation a bit. For now, this still is a very simple implementation which is probably enough to start with. I've created a github repo

Re: [Try-it-now app] Progress thread

2017-12-17 Thread Olaf Krueger
Hi guys, I've replaced Express by Restify at server side and revised the server side implementation a bit. For now, this still is a very simple implementation which is probably enough to start with. I've created a github repo with a short explanation how you can check it out [1]. Of course, I'd

Re: [Try-it-now app] Progress thread

2017-12-04 Thread Carlos Rovira
That's cool! :) If you need some help from me in order to integrate with current website let me know. You already have credentials in the webstite, but maybe for me could be more easy as I know the tips and tricks to integrate in the current website. Thanks! Carlos 2017-12-04 9:51 GMT+01:00

Re: [Try-it-now app] Progress thread

2017-11-28 Thread Olaf Krueger
>I will try to get your code working locally first. If you'll go with this code [1] keep in mind that it was just a quick hack ;-) Thanks, Olaf [1] https://gist.github.com/anonymous/2632b00bf51bc77565657569217c75a4 -- Sent from: http://apache-royale-development.20373.n8.nabble.com/

Re: [Try-it-now app] Progress thread

2017-11-28 Thread OmPrakash Muppirala
Olaf I will try to get your code working locally first. Then I will push it to Erik's vm. We dont need to figure out the db right away. I'm sure mongodb or dynamodb should work. We can figure that out when we come to that. Thanks, Om On Nov 28, 2017 5:27 AM, "Harbs"

Re: [Try-it-now app] Progress thread

2017-11-28 Thread Harbs
Installing npm on linux is pretty straightforward. SSH and a few commands should do it…[1] I think DynamoDB is the easiest way to use NoSQL on AWS.[2] The Free tier will probably be enough for the foreseeable future.[3] Harbs [1]http://blog.teamtreehouse.com/install-node-js-npm-linux

Re: [Try-it-now app] Progress thread

2017-11-28 Thread Erik de Bruin
Olaf, >The instance has a basic PHP stack on it > Although I'm doing PHP since PHP3 I would prefer to go with NodeJS and a > NoSQL DB here. > I am still learning NodeJS but it seems to me it is straightforward and we > also could implement some real time stuff maybe a bit easier. (I think in a >

Re: [Try-it-now app] Progress thread

2017-11-28 Thread Olaf Krueger
Hi Erik, >The instance has a basic PHP stack on it Although I'm doing PHP since PHP3 I would prefer to go with NodeJS and a NoSQL DB here. I am still learning NodeJS but it seems to me it is straightforward and we also could implement some real time stuff maybe a bit easier. (I think in a more

Re: [Try-it-now app] Progress thread

2017-11-28 Thread Olaf Krueger
Hi, >But, given that we are going to point the site royale.apache.org to a >wordpress.com site, we should be able to embed this `Try it out` app from a >separately hosted server. Ahh... maybe you misunderstood me: With 'embed' I just mean if we should make the try-it-now app part of the

Re: [Try-it-now app] Progress thread

2017-11-27 Thread Erik de Bruin
> > I'll point a subdomain of the royalesdk.org domain to it, just because I > > can ;-) > > > > Please don't. We don't want a trademarks discussion at this point :-) > No fun! No fair! :-) EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 <06%2051952295>

Re: [Try-it-now app] Progress thread

2017-11-27 Thread OmPrakash Muppirala
On Mon, Nov 27, 2017 at 3:46 PM, Erik de Bruin wrote: > Olaf, > > (We need a NodeJS installation with access to the file system). > > > > How about I give you SSH access to a clean instance with Amazon Linux base > install? Will you be able to take it from there, or would you

Re: [Try-it-now app] Progress thread

2017-11-27 Thread Erik de Bruin
Olaf, (We need a NodeJS installation with access to the file system). > How about I give you SSH access to a clean instance with Amazon Linux base install? Will you be able to take it from there, or would you need me to help with installing the server stack? Do you need a database? In any case,

Re: [Try-it-now app] Progress thread

2017-11-27 Thread OmPrakash Muppirala
On Mon, Nov 27, 2017 at 2:40 PM, Erik de Bruin wrote: > > I believe we committers have some Azure credits with which we can spin up > > some VMs that can host this. The last option is for some of us to pay > and > > host it somewhere. > > > > I've already offered to host any

[Try-it-now app] Progress thread

2017-11-27 Thread Olaf Krueger
Hi, I started to work on an HTML mockup for the UI as the first draft [1] and I wonder if we really should embed this app within the webpage or if we rather should open a new window that contains just the app. (Without the background image at the top, cause it needs a lot of the screen size) I