Running amber from scratch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Running amber from scratch

sebastianconcept
Hi guys,

I've seen the wiki and it looks very promising!

I've followed this:

and after installing I've run ./bin/amber serve

This is what the terminal shows:

suryia:amber sebastian$ ./bin/amber serve
Welcome to Amber version 0.10 (NodeJS 0.8.22).
Type :q to exit.

amber >> 

And it's not really serving

help


--
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.
Reply | Threaded
Open this post in threaded view
|

Re: Running amber from scratch

Herby Vojčík


sebastian wrote:

> Hi guys,
>
> I've seen the wiki and it looks very promising!
>
> I've followed this:
> https://github.com/amber-smalltalk/amber/wiki/Getting-started
>
> and after installing I've run ./bin/amber serve
>
> This is what the terminal shows:
>
> suryia:amber sebastian$ ./bin/amber serve
> Welcome to Amber version 0.10 (NodeJS 0.8.22).

The wiki page is already suited to 0.12 which we planned to release asap
for say past two months :-) , and hopefully it gets released around this
time because Nico already wrote a mail saying it will try to release
while in Argentina.

So get a master from git, not one of the releases (they are all  very
old with respect to actual state).

Herby

--
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.
Reply | Threaded
Open this post in threaded view
|

Re: Running amber from scratch

Hannes Hirzel
And the instructions how to get the amber examples 0.12pre-release
(including a demo of the Google charts library) up and running  are
here (temporarily)

https://github.com/amber-smalltalk/amber-examples/pull/27#issuecomment-26316272
(part 1)

and here
(part 2)
https://github.com/amber-smalltalk/amber-examples/pull/27#issuecomment-26327391

I only checked the browser examples. Not the server ones.

--Hannes

On 10/18/13, Herby Vojčík <[hidden email]> wrote:

>
>
> sebastian wrote:
>> Hi guys,
>>
>> I've seen the wiki and it looks very promising!
>>
>> I've followed this:
>> https://github.com/amber-smalltalk/amber/wiki/Getting-started
>>
>> and after installing I've run ./bin/amber serve
>>
>> This is what the terminal shows:
>>
>> suryia:amber sebastian$ ./bin/amber serve
>> Welcome to Amber version 0.10 (NodeJS 0.8.22).
>
> The wiki page is already suited to 0.12 which we planned to release asap
> for say past two months :-) , and hopefully it gets released around this
> time because Nico already wrote a mail saying it will try to release
> while in Argentina.
>
> So get a master from git, not one of the releases (they are all  very
> old with respect to actual state).
>
> Herby
>
> --
> 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 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.
Reply | Threaded
Open this post in threaded view
|

Re: Running amber from scratch

sebastianconcept
Thanks for the push but.. what does 0.12pre-release is exactly?

I mean.. I don't see any tags with that name

if ti's a specific commit, can you tell which?


On Oct 18, 2013, at 9:44 AM, H. Hirzel <[hidden email]> wrote:

And the instructions how to get the amber examples 0.12pre-release
(including a demo of the Google charts library) up and running  are
here (temporarily)

https://github.com/amber-smalltalk/amber-examples/pull/27#issuecomment-26316272
(part 1)

and here
(part 2)
https://github.com/amber-smalltalk/amber-examples/pull/27#issuecomment-26327391

I only checked the browser examples. Not the server ones.

--Hannes

On 10/18/13, Herby Vojčík <[hidden email]> wrote:


sebastian wrote:
Hi guys,

I've seen the wiki and it looks very promising!

I've followed this:
https://github.com/amber-smalltalk/amber/wiki/Getting-started

and after installing I've run ./bin/amber serve

This is what the terminal shows:

suryia:amber sebastian$ ./bin/amber serve
Welcome to Amber version 0.10 (NodeJS 0.8.22).

The wiki page is already suited to 0.12 which we planned to release asap
for say past two months :-) , and hopefully it gets released around this
time because Nico already wrote a mail saying it will try to release
while in Argentina.

So get a master from git, not one of the releases (they are all  very
old with respect to actual state).

Herby

--
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 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 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.
Reply | Threaded
Open this post in threaded view
|

Re: Running amber from scratch

Hannes Hirzel
Sorry for the misleading naming. There is no tag '0.12pre-release'

I just meant the most recent commit...

Hannes

On 10/18/13, sebastian <[hidden email]> wrote:

> Thanks for the push but.. what does 0.12pre-release is exactly?
>
> I mean.. I don't see any tags with that name
>
> if ti's a specific commit, can you tell which?
>
>
> On Oct 18, 2013, at 9:44 AM, H. Hirzel <[hidden email]> wrote:
>
>> And the instructions how to get the amber examples 0.12pre-release
>> (including a demo of the Google charts library) up and running  are
>> here (temporarily)
>>
>> https://github.com/amber-smalltalk/amber-examples/pull/27#issuecomment-26316272
>> (part 1)
>>
>> and here
>> (part 2)
>> https://github.com/amber-smalltalk/amber-examples/pull/27#issuecomment-26327391
>>
>> I only checked the browser examples. Not the server ones.
>>
>> --Hannes
>>
>> On 10/18/13, Herby Vojčík <[hidden email]> wrote:
>>>
>>>
>>> sebastian wrote:
>>>> Hi guys,
>>>>
>>>> I've seen the wiki and it looks very promising!
>>>>
>>>> I've followed this:
>>>> https://github.com/amber-smalltalk/amber/wiki/Getting-started
>>>>
>>>> and after installing I've run ./bin/amber serve
>>>>
>>>> This is what the terminal shows:
>>>>
>>>> suryia:amber sebastian$ ./bin/amber serve
>>>> Welcome to Amber version 0.10 (NodeJS 0.8.22).
>>>
>>> The wiki page is already suited to 0.12 which we planned to release asap
>>> for say past two months :-) , and hopefully it gets released around this
>>> time because Nico already wrote a mail saying it will try to release
>>> while in Argentina.
>>>
>>> So get a master from git, not one of the releases (they are all  very
>>> old with respect to actual state).
>>>
>>> Herby
>>>
>>> --
>>> 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 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 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 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.