Up to date Amber examples

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

Up to date Amber examples

Manfred Kröhnert
Hi everybody,

we are happy to inform you that almost all projects from the Amber examples repository [1] are in a functional state again.
Thanks go to Tom Rake for stepping in on the Node.js examples.

The android and webos examples are getting evaluated soon in order to decide if they should be deprecated or updated.

The repository needs to be checked out with submodules to work:

2. cd amber-examples
3. git submodule update --init --recursive

The following steps need to be performed to get the browser examples running:

3. ./start.sh
4. open browser on http://localhost:4000/

The Node.js examples need to be compiled before execution with the following additional commands:

3. npm install -g grunt-cli (only if not already installed)
4. npm install
5. cd nodejs
6. grunt amberc:hello ; grunt amberc:benchfib ; grunt amberc:meta ; grunt amberc:pystone ; grunt amberc:trivialserver
7. execute any program with one of:
7a. node [hello | benchfib | meta | pystone | trivialserver]/Program.js
7b. the shell script in each directory

All the steps should also be available in the README files.

Have fun,
Manfred


 [1] https://github.com/amber-smalltalk/amber-examples/

--
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: Up to date Amber examples

Darius Clarke
Thank you!

=Darius


On Wed, May 29, 2013 at 5:44 AM, Manfred Kröhnert <[hidden email]> wrote:
Hi everybody,

we are happy to inform you that almost all projects from the Amber examples repository [1] are in a functional state again.
Thanks go to Tom Rake for stepping in on the Node.js examples.

The android and webos examples are getting evaluated soon in order to decide if they should be deprecated or updated.

The repository needs to be checked out with submodules to work:

2. cd amber-examples
3. git submodule update --init --recursive

The following steps need to be performed to get the browser examples running:

3. ./start.sh
4. open browser on http://localhost:4000/

The Node.js examples need to be compiled before execution with the following additional commands:

3. npm install -g grunt-cli (only if not already installed)
4. npm install
5. cd nodejs
6. grunt amberc:hello ; grunt amberc:benchfib ; grunt amberc:meta ; grunt amberc:pystone ; grunt amberc:trivialserver
7. execute any program with one of:
7a. node [hello | benchfib | meta | pystone | trivialserver]/Program.js
7b. the shell script in each directory

All the steps should also be available in the README files.

Have fun,
Manfred


 [1] https://github.com/amber-smalltalk/amber-examples/

--
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: Up to date Amber examples

Nicolas Petton
In reply to this post by Manfred Kröhnert
awesome! thanks :)

Nico
On May 29, 2013, at 2:44 PM, Manfred Kröhnert <[hidden email]> wrote:

Hi everybody,

we are happy to inform you that almost all projects from the Amber examples repository [1] are in a functional state again.
Thanks go to Tom Rake for stepping in on the Node.js examples.

The android and webos examples are getting evaluated soon in order to decide if they should be deprecated or updated.

The repository needs to be checked out with submodules to work:

2. cd amber-examples
3. git submodule update --init --recursive

The following steps need to be performed to get the browser examples running:

3. ./start.sh
4. open browser on http://localhost:4000/

The Node.js examples need to be compiled before execution with the following additional commands:

3. npm install -g grunt-cli (only if not already installed)
4. npm install
5. cd nodejs
6. grunt amberc:hello ; grunt amberc:benchfib ; grunt amberc:meta ; grunt amberc:pystone ; grunt amberc:trivialserver
7. execute any program with one of:
7a. node [hello | benchfib | meta | pystone | trivialserver]/Program.js
7b. the shell script in each directory

All the steps should also be available in the README files.

Have fun,
Manfred


 [1] https://github.com/amber-smalltalk/amber-examples/

--
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.