[nagare-users:677] Re: Deployment options for 0.6

2020-08-26 Thread Henrik Härkönen
Ok, thank you for the very clarifying explanation! I think I can proceed with this. :) -Henrik On Wednesday, 26 August 2020 at 18:39:10 UTC+3 apoirier wrote: > Le lundi 17 août 2020 08:41:00 UTC+2, Henrik Härkönen a écrit : >> >> Hi! >> >> If *pip install -e * giv

[nagare-users:675] Deployment options for 0.6

2020-08-17 Thread Henrik Härkönen
Hi! If *pip install -e * gives a development deployment through gunicorn, what actually are the production deployment options for 0.6? Do the old instructions apply? What would be the preferred way? -Henrik -- You received this message because you are subscribed to the Google Groups "Nagare

Re: [nagare-users:653] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread Henrik Härkönen
Hi all! I just learned about Nagare and I find it fascinating and want to try it out! But perhaps the Python 3 support would be needed urgently, because I can't get Nagare installed with the instructions, even with Stackless 2.7. Seems that external dependancies are moving on to Python 3, at

Re: [nagare-users:669] Re: Setting up 0.6

2020-08-13 Thread Henrik Härkönen
ileNotFoundError: [Errno 2] No such file or directory: '/home/henrik/dev/nagare/examples-counter/counter/counter.py'* On Thursday, 13 August 2020 at 15:28:55 UTC+3 Henrik Härkönen wrote: > Ah, a separate package for that, of course! Thanks! > > On Thu, Aug 13, 2020 at 3:26 PM

Re: [nagare-users:666] Re: Setting up 0.6

2020-08-13 Thread Henrik Härkönen
Btw, I cannot find the *--reload* option for the serve command. How can I activate the hot-reload? I tried to install the app in development mode by runnint setup.py with "develop" option. -Henrik On Thursday, 13 August 2020 at 14:57:21 UTC+3 Henrik Härkönen wrote: > Hi! >

Re: [nagare-users:665] Re: Setting up 0.6

2020-08-13 Thread Henrik Härkönen
requirements, the order seems to be significant, so copy that list as it is. -Henrik On Thursday, 6 August 2020 at 16:22:48 UTC+3 Henrik Härkönen wrote: > Alright! Installing the session manager and publisher, and then installing > that example app and running it with > > > *n

Re: [nagare-users:667] Re: Setting up 0.6

2020-08-13 Thread Henrik Härkönen
> Le jeudi 13 août 2020 14:21:39 UTC+2, Henrik Härkönen a écrit : >> >> Btw, >> >> I cannot find the *--reload* option for the serve command. How can I >> activate the hot-reload? I tried to install the app in development mode by >> runnint setup.py with &qu

Re: [nagare-users:671] Re: Setting up 0.6

2020-08-13 Thread Henrik Härkönen
Now it works, thank you for the fix! :) -H -- You received this message because you are subscribed to the Google Groups "Nagare users" group. To unsubscribe from this group and stop receiving emails from it, send an email to nagare-users+unsubscr...@googlegroups.com. To view this discussion

[nagare-users:672] https://www.nagare.org/demo is down

2020-08-13 Thread Henrik Härkönen
Has been for a couple of days, it seems. Also /portal and /wiki which are linked from the nagare.org page. -H -- You received this message because you are subscribed to the Google Groups "Nagare users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[nagare-users:674] Nagare is brilliant

2020-08-13 Thread Henrik Härkönen
I'm starting to get hang of it, I hope. :D I just wanted to shout out the subject, because I feel SO frustrated at my day job, where we can spend so, so many days just tweaking how stuff serializes into JSON and back and concentrate on how data flows between the server and client. Why the

Re: [nagare-users:657] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread Henrik Härkönen
repository in GitHub or package in PyPI. -Henrik On Wednesday, 5 August 2020 at 14:06:44 UTC+3 Henrik Härkönen wrote: > Thank you for very quick reply! :) > > I'll take a look today! > > -Henrik > > On Wednesday, 5 August 2020 at 13:57:13 UTC+3 apoirier wrote: > >

Re: [nagare-users:656] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread Henrik Härkönen
Thank you for very quick reply! :) I'll take a look today! -Henrik On Wednesday, 5 August 2020 at 13:57:13 UTC+3 apoirier wrote: > Hi, > > The Nagare 0.6 repositories (https://github.com/nagareproject) run on > Python 3 and are installable with Pip. > > I just push the latest commits if you

[nagare-users:661] Setting up 0.6

2020-08-05 Thread Henrik Härkönen
Hi Alain! Some another "new user OOBE issues" with setting up the 0.6: The tutorial in the web page tells to use command *nagare-admin create-app tutorial* but seems there is no such command anymore. I then found and installed the module 'commands-app-create' and then used *nagare-admin app

Re: [nagare-users:658] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread Henrik Härkönen
ect/editor) pushed now > > But, the problem is, without Nagare 0.6 packages available in PyPi yet, > you will have to manually 'pip install git+...' all the Nagare packages you > need. Hmmm, doable but not fun ... > > >> -Henrik >> On Wednesday, 5 August 2020 at 14:06:44

Re: [nagare-users:660] Re: Nagare should be upgraded to Python 3?

2020-08-05 Thread Henrik Härkönen
2020 at 19:53:46 UTC+3 Henrik Härkönen wrote: > Thanks! I'll give it a go. > > Yeah, I was mentally preparing for installing them all by hand, haha  > It's good enough for now when learning the ropes. > > -Henrik > > On Wed, Aug 5, 2020 at 6:59 PM apoirier wrote: > &

Re: [nagare-users:663] Re: Setting up 0.6

2020-08-06 Thread Henrik Härkönen
directory, register the application with 'pip > install -e .' then launch it with 'nagare-admin app serve > counter/conf/counter.cfg' > > Hope that will help you to start, > > Alain > > Le mercredi 5 août 2020 19:27:42 UTC+2, Henrik Härkönen a écrit : >> >> Hi