Porting Teapot to Gemstones

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

Porting Teapot to Gemstones

GLASS mailing list
Hey, all.

It looks like I have gemstones set up both on my personal machine, and the server I am trying to deploy to.

I have the client running, and can access both.

I am now ready to set this up live, but I am not sure where to go next. 

I know that Teapot isn’t ported to Gemstones yet, so I thought I could help with that, by installing Teapot, and then running the test suite.

The problem is, I am not sure where to start.

I tried: project install —url="https://github.com/zeroflag/Teapot.git

but ended up getting an error that decodeFromUTF8 was missing from a DoubleByteString.

I don’t see this method anywhere in Teapot, so I am guessing I am looking in the wrong place.

Can anyone point me in the direction to get started?

Thanks!

----
peace,
sergio
photographer, journalist, visionary


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass

signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Porting Teapot to Gemstones

GLASS mailing list




It doesn't look like there is any code in that git repo.  


Its here:

http://smalltalkhub.com/#!/~zeroflag/Teapot/




I'd try to load the core and tests package manually and then once you get
the tests passing update the configuration to point to your fixed versions
for GemStone







GLASS mailing list wrote

> Hey, all.
>
> It looks like I have gemstones set up both on my personal machine, and the
> server I am trying to deploy to.
>
> I have the client running, and can access both.
>
> I am now ready to set this up live, but I am not sure where to go next. 
>
> I know that Teapot isn’t ported to Gemstones yet, so I thought I could
> help with that, by installing Teapot, and then running the test suite.
>
> The problem is, I am not sure where to start.
>
> I tried: project install —url="https://github.com/zeroflag/Teapot.git”
>
> but ended up getting an error that decodeFromUTF8 was missing from a
> DoubleByteString.
>
> I don’t see this method anywhere in Teapot, so I am guessing I am looking
> in the wrong place.
>
> Can anyone point me in the direction to get started?
>
> Thanks!
>
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> Public Key: http://bit.ly/29z9fG0
> #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
> http://www.codeandmusic.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> Glass mailing list

> Glass@.gemtalksystems

> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
>
> signature.asc (849 bytes)
> <http://forum.world.st/attachment/5075283/0/signature.asc>





--
Sent from: http://forum.world.st/GLASS-f1460844.html
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: Porting Teapot to Gemstones

GLASS mailing list
Ah.. i thought there was something i was completely missing..  like.. some secret way the code was being saved.


Thanks! i’ll get to work..



On April 28, 2018 at 12:18:28 PM, Paul DeBruicker via Glass ([hidden email]) wrote:

It doesn't look like there is any code in that git repo.  


Its here: 

http://smalltalkhub.com/#!/~zeroflag/Teapot/

----
peace,
sergio
photographer, journalist, visionary


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass

signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Porting Teapot to Gemstones

GLASS mailing list
Okay, I am having trouble figuring out how to install this into the tODE.. Usually, i would run the Gofer command on a workspace. I am not sure what to do to get project install to ingest "http://smalltalkhub.com/#!/~zeroflag/Teapot/

Ideas?

On April 28, 2018 at 6:27:59 PM, sergio ruiz ([hidden email]) wrote:

Ah.. i thought there was something i was completely missing..  like.. some secret way the code was being saved.


Thanks! i’ll get to work..
----
peace,
sergio
photographer, journalist, visionary


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass

signature.asc (849 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Porting Teapot to Gemstones

GLASS mailing list
Hi Sergio,


From the tode command line you can add Monticello repos and manipulate
packages directly.  I'm not as familiar with the 'project' command.  To add
a repo use the 'mr' command.  From the tode prompt use

man mr


to see the help documentation for the mr command


or just create the repo:

mr create http://smalltalkhub.com/#!/~zeroflag/Teapot/


then to see all the repos including the new one


mr list


or you can filter the list of repos using a search term e.g.


mr list Teapot

Once the list of repos opens you can right click on the repo of interest and
choose 'packages' to see the list of packages

find the name of the package you're interested in and left click it.  Then
the list of versions in the repo will open and you can right click on the
version you want and click 'load'



You can also use the tode command 'touch' to create a file you can run like
a script. e.g.

touch sh loadTeapot


then use the edit command to open an editor e.g.

edit loadTeapot


And enter the gofer command.  Once you have it how you like it you can then
run it with a

./loadTeapot



Hope this helps



Paul









GLASS mailing list wrote
> Okay, I am having trouble figuring out how to install this into the tODE..
> Usually, i would run the Gofer command on a workspace. I am not sure what
> to do to get project install to ingest
> "http://smalltalkhub.com/#!/~zeroflag/Teapot/“
>
> Ideas?
>
> On April 28, 2018 at 6:27:59 PM, sergio ruiz (

> sergio.rrd@

> ) wrote:
>
> Ah.. i thought there was something i was completely missing..  like.. some
> secret way the code was being saved.
>
>
> Thanks! i’ll get to work..
> ----
> peace,
> sergio
> photographer, journalist, visionary
>
> Public Key: http://bit.ly/29z9fG0
> #BitMessage BM-NBaswViL21xqgg9STRJjaJaUoyiNe2dV
> http://www.codeandmusic.com
> http://www.twitter.com/sergio_101
> http://www.facebook.com/sergio101
> _______________________________________________
> Glass mailing list

> Glass@.gemtalksystems

> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
>
> signature.asc (849 bytes)
> <http://forum.world.st/attachment/5075472/0/signature.asc>





--
Sent from: http://forum.world.st/GLASS-f1460844.html
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass