yes those are the easy part and I have done them already but for example I don't know how to include amber in my distribution, meaning the Helios IDE. I tried to do that with Github pages and it display the two buttons but it does not open the old or the helios ide.
I had to manually comment out gitignore so I can add all ignored folders, but maybe there is more to amber than those folders which would explain why it cannot load Helios. So its definitely not straightforward even for very basic things. But I am willing to learn and contribute. On Sun, Jun 29, 2014 at 4:02 AM, Sean P. DeNigris <[email protected]> wrote: > kilon alios wrote > > One of things that very much annoy me with Amber is its installation , if > > Pharo is installation heaven because it does not need an install , > > installation of Amber is far from ideal especially if you are not > familiar > > with web dev > > Have you checked it out lately? The current procedure seems very > streamlined... > > # Install the CLI tools (only needs to be done once per computer) > sudo npm install -g amber-cli > > # Create the project structure > mkdir example-project > cd example-project/ > > # Create and initialixe a new Amber project > amber init > > > > ----- > Cheers, > Sean > -- > View this message in context: > http://forum.world.st/Pharo-and-Amber-relationship-tp4764889p4765519.html > Sent from the Pharo Smalltalk Developers mailing list archive at > Nabble.com. > >
