Hi,
We will have our first half data week[1] from Thursday 25 Feb to Saturday 27 Feb, and I would like to ease the grafoscopio's installation by making it available via the Pharo catalog. I have followed the video at [1] and published my stable configurationOfGrafoscopio, but I can't see it on http://catalog.pharo.org/ despite of giving it the proper time to the process to run (it runs at 6 pm Colombian time). [1] https://www.youtube.com/watch?v=S5Dbmmln8tA I think that I have followed properly the instructions but I don't know what I'm missing and I'm a little worried about the catalog generation being run 24 four hours, which gives me only two more attempts to know what I'm doing wrong before the event starts. How can I check that the publishing procedure was fine? In a related matter, How can I made the installation procedure to run something at the end of it, like "GrafoscopioBrowser startDockingBar", so the new interface elements inform the user about a proper installation? Of course I could try the previous ways to install and use grafoscopio, but I think that making it smoother on each workshop/hackathon is better (the problem is that most of these ideas come while the event is getting closer). Cheers, Offray |
Hi Offray, I don't see the package ConfigurationOfGrafoscopio commited either in MetaRepoForPharo50 or MetaRepoForPharo40. Did you copy the ConfigurationOfGrafoscopio into the desired meta repositories? Cheers, On Mon, Feb 22, 2016 at 11:05 PM, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: Hi, |
Thanks Mariano for your quick answer,
Effectively I had not commited to meta repos for Pharo. Video tutorials at [1] and [2] or documentation at [3] doesn't emphasize enough (at least not on my newbie perspective) the proper choosing of MetaRepoForPharo40 (or 5) to make your project show at the catalog, despite of being the repo of choice at the 1:59" of [1], so would be nice to put it in [3]. I think that I have done it for the MetaRepoForPharo40 because I didn't find MetaRepoForPharo50 as an available option and I don't know how to add it. [1] https://www.youtube.com/watch?v=S5Dbmmln8tA [2] https://www.youtube.com/watch?v=cFRJDuWL-Q0 [3] the http://catalog.pharo.org/catalog/note-for-developers Could you please check if configurationOfGrafscopio is now on MetaRepoForPharo40 (and tell me how can I check it by myself) and point me to some documentation on how to make MetaRepoForPharo50 available in the repositories? I will be trying to create some Spanish documentation notes on the grafoscopio fossil wiki[4] on all this community tips and advice while preparing and making the data week (and after) so it can help another newbies and learners on Pharo/Smalltalk. [4] http://mutabit.com/repos.fossil/grafoscopio/ Cheers, Offray On 22/02/16 21:11, Mariano Martinez
Peck wrote:
|
In reply to this post by Offray Vladimir Luna Cárdenas-2
Just for info, I have written an Help, available in the base image. Just open the Help browser
Alexandre > On Feb 22, 2016, at 11:05 PM, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: > > Hi, > > We will have our first half data week[1] from Thursday 25 Feb to Saturday 27 Feb, and I would like to ease the grafoscopio's installation by making it available via the Pharo catalog. I have followed the video at [1] and published my stable configurationOfGrafoscopio, but I can't see it on http://catalog.pharo.org/ despite of giving it the proper time to the process to run (it runs at 6 pm Colombian time). > > [1] https://www.youtube.com/watch?v=S5Dbmmln8tA > > I think that I have followed properly the instructions but I don't know what I'm missing and I'm a little worried about the catalog generation being run 24 four hours, which gives me only two more attempts to know what I'm doing wrong before the event starts. How can I check that the publishing procedure was fine? > > In a related matter, How can I made the installation procedure to run something at the end of it, like "GrafoscopioBrowser startDockingBar", so the new interface elements inform the user about a proper installation? > > Of course I could try the previous ways to install and use grafoscopio, but I think that making it smoother on each workshop/hackathon is better (the problem is that most of these ideas come while the event is getting closer). > > Cheers, > > Offray > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
In reply to this post by Offray Vladimir Luna Cárdenas-2
On Tue, Feb 23, 2016 at 12:22 AM, Offray Vladimir Luna Cárdenas <[hidden email]> wrote:
I had to be quick, otherwise wouldn't be useful ;)
Yes, I agree. I also noted that... [3] should make it explicit and at least show a few meta repos urls examples
I simply opened the Monticello Browser, added the repository: MCSmalltalkhubRepository owner: 'Pharo' project: 'MetaRepoForPharo40' user: '' password: '' And open it :) I just checked yours and seems it is there and seems correct. To push it to 5.0 you simply need to copy the ConfigurationOfXXX to MetaRepoForPharo50... but....be careful as Catalog tool will always load #stable: version....so you must be sure that #stable: works in each of the repos where you publish your conf.
Buenisimo!
|
In reply to this post by abergel
Thanks Alexandre! Next time I will try help first and then make
questions refering to it. Cheers, Offray On 23/02/16 04:54, Alexandre Bergel wrote: > Just for info, I have written an Help, available in the base image. Just open the Help browser > > Alexandre > > >> On Feb 22, 2016, at 11:05 PM, Offray Vladimir Luna Cárdenas <[hidden email]> wrote: >> >> Hi, >> >> We will have our first half data week[1] from Thursday 25 Feb to Saturday 27 Feb, and I would like to ease the grafoscopio's installation by making it available via the Pharo catalog. I have followed the video at [1] and published my stable configurationOfGrafoscopio, but I can't see it on http://catalog.pharo.org/ despite of giving it the proper time to the process to run (it runs at 6 pm Colombian time). >> >> [1] https://www.youtube.com/watch?v=S5Dbmmln8tA >> >> I think that I have followed properly the instructions but I don't know what I'm missing and I'm a little worried about the catalog generation being run 24 four hours, which gives me only two more attempts to know what I'm doing wrong before the event starts. How can I check that the publishing procedure was fine? >> >> In a related matter, How can I made the installation procedure to run something at the end of it, like "GrafoscopioBrowser startDockingBar", so the new interface elements inform the user about a proper installation? >> >> Of course I could try the previous ways to install and use grafoscopio, but I think that making it smoother on each workshop/hackathon is better (the problem is that most of these ideas come while the event is getting closer). >> >> Cheers, >> >> Offray >> |
In reply to this post by Mariano Martinez Peck
Hi Mariano,
Thanks for the help! I have already grafoscopio available as a package inside the catalog for Pharo 4 and today I will package it for Pharo 5. The developing platform is really Moose 6, because is also the one for Roassal2, so it becomes already integrated with a core dependency for my project. I have started already with my Spanish documentation notes [1][2]. They will be extended and improved in the upcoming data week workshop/hackathon. [1] http://mutabit.com/repos.fossil/grafoscopio/wiki?name=pharo-catalog [2] http://mutabit.com/repos.fossil/grafoscopio/wiki?name=instalacion There is any way to run a "script" and the end of the installation process? I would like to run "GrafoscopioBrowser startDockingBar" once grafoscopio is installed to make it more evident and easier to start with. Cheers, Offray On 23/02/16 06:54, Mariano Martinez
Peck wrote:
|
Hi,
On 23/02/16 15:15, Offray Vladimir Luna Cárdenas wrote: [...] > There is any way to run a "script" and the end of the installation > process? I would like to run "GrafoscopioBrowser startDockingBar" once > grafoscopio is installed to make it more evident and easier to start with. > Never mind. I have found the proper explanation in the PBE2 book. I will ask some questions after following the documentation, if any arrives. Cheers, Offray |
Free forum by Nabble | Edit this page |