Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

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

Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Enhancement Priority-Medium Milestone-4.8 Maintainability

New issue 926 by [hidden email]: Moose should offer ZeroConf support  
for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

Moose should offer the same support for quick installations as Pharo does.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology

Comment #1 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

The generation of the scripts is in place. We can generate ZeroConf scripts  
for each project from the integration server. Right now I only create  
scripts for the moose build.

The generation only works in Pharo 3.0. There is a moosezeroconf option  
when running the image from the command line.

Next step is to put the scripts online.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology
In reply to this post by moose-technology

Comment #2 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

The scripts are now available at:

get.moosetechnology.org


However, I had to modify the urls
- from: www.moosetechnology.org/scripts
- to: get.moosetechnology.org

Could you update the generation code?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology
In reply to this post by moose-technology

Comment #3 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

I made the necessary modifications. Now it also works from Pharo 2: execute  
the image from the console and pass it the parameter moosezeroconf. The  
generated scripts should not require any modifications.

Right now I also generate scripts for glamour and petit parser, with both  
the stable and latest Pharo VM.
This can be changed from MooseZeroCommandLineHandler>>imageScripts and  
MooseZeroCommandLineHandler>>vmScripts

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology

Comment #4 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

Cool. I updated http://get.moosetechnology.org.

However, there is still a section with Pharo Example, that should not  
appear in index.html. Would it be possible to remove it?

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology

Comment #5 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

In the next build it should no longer appear.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology
In reply to this post by moose-technology
Updates:
        Status: Fixed

Comment #6 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

Great. I deployed the latest version.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology
Updates:
        Status: New

Comment #7 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

Right now if I click on a link from 'Other scripts' it just shows me the  
text file. It would be great to treat them as html files.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 926 in moose-technology: Moose should offer ZeroConf support for quick installations

moose-technology
Updates:
        Status: Fixed

Comment #8 on issue 926 by [hidden email]: Moose should offer  
ZeroConf support for quick installations
http://code.google.com/p/moose-technology/issues/detail?id=926

It's good enough as it is. We can reopen it with more specific issues.

--
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev