<div dir="ltr"><div>Are the packaging stuff in opensmalltalk too, or just in pharo-vm?<br>It would be great to move all to opensmalltalk.<br>What is specificity of pharo-vm repository now?<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-08-18 17:04 GMT+02:00 Eliot Miranda <span dir="ltr"><<a href="mailto:eliot.miranda@gmail.com" target="_blank">eliot.miranda@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Holger,<br>
<span class=""><br>
> On Aug 18, 2017, at 2:54 AM, Holger Freyther <<a href="mailto:holger@freyther.de">holger@freyther.de</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> when running Pharo in production you might want to install the image and a VM from distribution packages. So far there were no current public packages and during the last months I have modernized the debian packaging and recently added CentOS rpm packaging as well. The process of generating new source packages is integrated into the pharo-vm travis-ci build as well.<br>
><br>
> Every time that master of pharo-vm.git is updated a new source package will be uploaded to the Open(SUSE) Build Service and new packages will be built and are available in a "latest" package feed. The generated (and used) sourcecode is inside the source package and will be archived by the OBS platform (one can even nicely diff versions). The "stable" VM is not built from pharo-vm.git (yet?) so it doesn't show on OBS yet.<br>
<br>
</span>Could/should this description be added to README.md on opensmalltalk-vm?  I think it would be great if we kept information on the various VM build CI servers in README.md.  It would help people find VMs instead of having to build their own and it would give a good idea of the available platforms.<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
> Below are some semi-tested installation notes in case you want to try it out. The binary names are picked to allow to install the 32bit and 64bit VM in parallel. The names currently are:<br>
><br>
>    - pharo6-32        (32bit version)<br>
>    - pharo6-64        (64bit version)<br>
>    - pharo6-32-ui        (32bit version with X11 dependencies)<br>
>    - pharo6-64-ui        (64bit version with X11 dependencies)<br>
><br>
><br>
> CentOS 6.8:<br>
><br>
> # Add the repo<br>
> $ yum-config-manager --add-repo <a href="http://download.opensuse.org/repositories/devel:/languages:/pharo:/latest/CentOS_6/devel:languages:pharo:latest.repo" rel="noreferrer" target="_blank">http://download.opensuse.org/<wbr>repositories/devel:/languages:<wbr>/pharo:/latest/CentOS_6/devel:<wbr>languages:pharo:latest.repo</a><br>
><br>
> # Install 32bit packages (with X11 dependency for *-ui or not)<br>
><br>
> $ yum install pharo6-32-ui.i686 or pharo6-32.i386<br>
><br>
> # Install 64bit packages<br>
><br>
> $ yum install pharo6-64-ui.x86_64 pharo6-64.x86_64<br>
><br>
><br>
><br>
> CentOS 7 (only 64bit):<br>
><br>
><br>
> $ yum-config-manager --add-repo <a href="http://download.opensuse.org/repositories/devel:/languages:/pharo:/latest/CentOS_7/devel:languages:pharo:latest.repo" rel="noreferrer" target="_blank">http://download.opensuse.org/<wbr>repositories/devel:/languages:<wbr>/pharo:/latest/CentOS_7/devel:<wbr>languages:pharo:latest.repo</a><br>
> $ yum install pharo6-64-ui.x86_64 pharo6-64.x86_64<br>
><br>
><br>
> Debian 8:<br>
><br>
> # Add signing key<br>
> $ wget -O - <a href="http://download.opensuse.org/repositories/devel:/languages:/pharo:/latest/Debian_8.0/Release.key" rel="noreferrer" target="_blank">http://download.opensuse.org/<wbr>repositories/devel:/languages:<wbr>/pharo:/latest/Debian_8.0/<wbr>Release.key</a> | apt-key add -<br>
><br>
> # Update and install<br>
> $ apt update<br>
> $ apt install pharo6-32-ui pharo6-64-ui    (or pharo6-32 or pharo6-64)<br>
><br>
> Ubuntu 14.04 LTS<br>
><br>
> # Add signing key<br>
> $ wget -O - <a href="http://download.opensuse.org/repositories/devel:/languages:/pharo:/latest/xUbuntu_14.04/Release.key" rel="noreferrer" target="_blank">http://download.opensuse.org/<wbr>repositories/devel:/languages:<wbr>/pharo:/latest/xUbuntu_14.04/<wbr>Release.key</a> | apt-key add -<br>
><br>
> # Update and install<br>
> $ apt update<br>
> $ apt install pharo6-32-ui pharo6-64-ui<br>
><br>
> Ubuntu 16.04<br>
><br>
> # Add signing key<br>
> $ wget -O - <a href="http://download.opensuse.org/repositories/devel:/languages:/pharo:/latest/xUbuntu_16.04/Release.key" rel="noreferrer" target="_blank">http://download.opensuse.org/<wbr>repositories/devel:/languages:<wbr>/pharo:/latest/xUbuntu_16.04/<wbr>Release.key</a> | apt-key add -<br>
><br>
> # Update and install<br>
> $ apt update<br>
> $ apt install pharo6-32-ui pharo6-64-ui<br>
><br>
><br>
><br>
</div></div></blockquote></div><br></div>