[Glass] tODE - 2nd attempt

Dale Henrichs via Glass glass at lists.gemtalksystems.com
Mon Sep 8 17:48:40 PDT 2014


Marten,

Am I correct that doing the install this time around you have been
successful in getting pharo running?

Today I downloaded a thoughtpolice Ubuntu 12.04 vmware vm[1] and used the
VMPlayer to start the vm. After logging in I ran the following commands:

sudo apt-get update --qq
sudo apt-get install git
sudo apt-get install unzip
sudo apt-get -y install libpam0g:i386
sudo apt-get libssl1.0.0
sudo apt-get libssl1.0.0:386
sudo ln -s /lib/i386-linux-gnu/libpam.so.0 /lib/libpam.so.0
sudo apt-get install -qq gcc-multilib libstdc++6:i386
sudo ln -s /usr/lib/i386-lin-gnu/libstdc++.so.6
/usr/lib/i386-linux-gnu/libstdc++.so

sudo apt-get install xorg
sudo apt-get install openbox
sudo apt-get install libx11-6:i386
sudo apt-get install libgl1-mesa-dev:i386
sudo apt-get install libxcb-dri2-0:i386

startx

git clone https://github.com/GsDevKit/gsDevKitHome.git
cd gsDevKitHome
git checkout -b  12.04
export GS_HOME=`pwd`
export PATH=$GS_HOME/bin:$PATH
installServer devKit 3.2.2

NOTE that after running `startx` the x-server is started and you need to
open a terminal window for the remaining commands ...

At the end of the script the pharo vm came up and I was able to log into
the 3.2.2 devKit stone ....

openbox is an x windows manager ...

I plan to integrate the above library installs into the
$GS_HOME/bin/installServer script as well as partition the scripts a bit
more..

Eventually I hope to take the installation procedure to the point where ssh
is installed on the 12.04 vm and:

  - ssh tunneling is used to run a pharo client on the local X client over
LAN
  - ssh tunneling is used to connect to a netldi running on the 12.04
server and a pharo
    client running as a remote client over WAN

Dale

[1] http://www.thoughtpolice.co.uk/vmware/#ubuntu12.04
[2] https://www.vmware.com/support/player60/doc/player-60-release-notes.html


On Mon, Sep 8, 2014 at 12:45 PM, itlists at schrievkrom.de via Glass <
glass at lists.gemtalksystems.com> wrote:

> Ok, now I executed the scripts again and the 3.2.2 version is
> downloaded. I notice, that the /opt/gemstone directory structure is not
> valid created. Only the directory locks and log are created - nothing
> more (no link, nothing).
>
> But I noticed, that the whole product directory is now located where
> gsDevKitHome is. That also means, that the user (me) should store
> (clone) the gsDevKitHome directory in the /opt hierarchy. Right ?
>
> Marten
>
>
> --
> Marten Feldtmann
> _______________________________________________
> Glass mailing list
> Glass at lists.gemtalksystems.com
> http://lists.gemtalksystems.com/mailman/listinfo/glass
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gemtalksystems.com/mailman/private/glass/attachments/20140908/28c9a5d3/attachment-0001.html>


More information about the Glass mailing list