I have just installed amber on a new Ubuntu vm hosted at digitalocean. It fires up and works correctly when accessed at 127.0.0.1:4000 - via a vnc client. However, when I try to access the system via its external ip, I can't connect.
-- Digitalocean are not blocking that port, so is there something I need to configure to tell nodejs to listen to a different IP number? Cheers You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
this is weird, I have to try it, because last time I tested IEs on VM it was working fine.
Nico
-- On May 23, 2013, at 5:22 PM, Andy Burnett <[hidden email]> wrote:
-- Nicolas Petton http://www.nicolas-petton.fr You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
I just installed lively-kernel (which runs on port 9001), and that worked fine. So, it doesn't appear to be only a Nodejs issue. Cheers Andy On Thu, May 23, 2013 at 11:59 AM, Nicolas Petton <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Hello Andy, you have to start the server with the --host argument like in ./bin/server --host 0.0.0.0 if you want to listen on any IP address. By default the server now only listens on localhost for security reasons.
Best, Manfred On Thu, May 23, 2013 at 7:15 PM, Andy Burnett <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Brilliant! That fixed it. Thank you On Thu, May 23, 2013 at 2:44 PM, Manfred Kröhnert <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
You are welcome :-) Am 23.05.2013 20:53 schrieb "Andy Burnett" <[hidden email]>:
--
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
https://github.com/amber-smalltalk/amber/wiki/Accessing-amber-from-elsewhere-than-localhost Now documented :-) Please add whatever recipe you guys have in stock. On Thu, May 23, 2013 at 9:11 PM, Manfred Kröhnert <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Thanks Phil for starting this. What I was thinking about is that it would be cool to have an Amber application for this which can ship with the examples or the core and which could also be run on the main website.
Any takers? :-) Best, Manfred On Thu, May 23, 2013 at 11:08 PM, [hidden email] <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
I am currently starting writing an application with: Amber Pharo 2.0 Seaside 3.1 Seaside-REST and this gives me my share of new things to make work.
The SmalltalkHub code is nice and all but is beyond my grasp at the moment, even if I look at it for clues at times. In this config, I want to solve the cross domain ajax request situation as Amber runs with node.js on one port and Pharo/Seaside runs on another one.
I also want to use Kaliningrad to save the Amber packages in Monticello. Phil On Fri, May 24, 2013 at 12:00 AM, Manfred Kröhnert <[hidden email]> wrote:
You received this message because you are subscribed to the Google Groups "amber-lang" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. For more options, visit https://groups.google.com/groups/opt_out. |
Free forum by Nabble | Edit this page |