[Pharo-project] Fwd: [Pharocasts] New comment on Magma, an object oriented database.
Someone has an answer please ? Laurent Laffont ---------- Forwarded message ---------- From: Bostjan <noreply-comment@blogger.com> Date: Sun, Apr 17, 2011 at 12:41 PM Subject: [Pharocasts] New comment on Magma, an object oriented database. To: laurent.laffont@gmail.com Bostjan has left a new comment on your post "Magma, an object oriented database": Great sceencast, thanks. I have problems installing magma db in pharo image. I have tried with pharo 1.1, .1.2 and the latest without success. As I have read from other post is current version of magma incompatible with any pharo image (in not maintained for pharo but only for squeak). Is there any possibility to install magma into pharo? Posted by Bostjan to Pharocasts at April 17, 2011 3:41 AM
Done! in post answer: @Bostjan, currently Magma is having issues (Chris Muller is fixing them) in Pharo 1.2. One working combination is Magma 1.1r1 on Pharo 1.2.1. Get a PharoCore 1.2.1 and evaluate in a workspace: Deprecation raiseWarning: false. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMagma'; load. ((Smalltalk at: #ConfigurationOfMagma) project version: #stable) load: 'Tester'. Then create a directory for the repo (magma in this case) and evaluate in a workspace: "Create a repository" MagmaRepositoryController create: 'magma/' root: Dictionary new. "Start the magma server" MagmaServerConsole new open: 'magma/'; processOn: 51969; inspect. "Connect to magma" (MagmaSession host: 'localhost' port: 51969) connectAs: 'miguel'; inspect. In the windows raised by the last doit (the connection window) evaluate: self root inspect and then self root at #miguel put: OrderedCollection new and then again: self root inspect. When Magma 1.2 is working on Pharo 1.2 and Pharo 1.3 I will update the ConfigurationOfMagma and announce it on the pharo and magma mailing lists. Cheers PS. Maybe you should enable url/name or anonymous comments as not everyone will want to use username/pw to post a comment. I used my google account but as I have no blogger account when clicking the link to my name shows a "Profile not available" page. El dom, 17-04-2011 a las 17:17 +0200, laurent laffont escribió:
Someone has an answer please ?
Laurent Laffont
---------- Forwarded message ---------- From: Bostjan <noreply-comment@blogger.com> Date: Sun, Apr 17, 2011 at 12:41 PM Subject: [Pharocasts] New comment on Magma, an object oriented database. To: laurent.laffont@gmail.com
Bostjan has left a new comment on your post "Magma, an object oriented database":
Great sceencast, thanks. I have problems installing magma db in pharo image. I have tried with pharo 1.1, .1.2 and the latest without success. As I have read from other post is current version of magma incompatible with any pharo image (in not maintained for pharo but only for squeak). Is there any possibility to install magma into pharo?
Posted by Bostjan to Pharocasts at April 17, 2011 3:41 AM
-- Miguel Cobá http://twitter.com/MiguelCobaMtz http://miguel.leugim.com.mx
Thanks a lot Laurent. On Sun, Apr 17, 2011 at 7:51 PM, Miguel Cobá <miguel.coba@gmail.com> wrote:
Done!
in post answer: @Bostjan,
currently Magma is having issues (Chris Muller is fixing them) in Pharo 1.2. One working combination is Magma 1.1r1 on Pharo 1.2.1. Get a PharoCore 1.2.1 and evaluate in a workspace:
Deprecation raiseWarning: false. Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfMagma'; load. ((Smalltalk at: #ConfigurationOfMagma) project version: #stable) load: 'Tester'.
Then create a directory for the repo (magma in this case) and evaluate in a workspace:
"Create a repository" MagmaRepositoryController create: 'magma/' root: Dictionary new.
"Start the magma server" MagmaServerConsole new open: 'magma/'; processOn: 51969; inspect.
"Connect to magma" (MagmaSession host: 'localhost' port: 51969) connectAs: 'miguel'; inspect.
In the windows raised by the last doit (the connection window) evaluate:
self root inspect
and then
self root at #miguel put: OrderedCollection new
and then again:
self root inspect.
When Magma 1.2 is working on Pharo 1.2 and Pharo 1.3 I will update the ConfigurationOfMagma and announce it on the pharo and magma mailing lists.
Cheers
PS. Maybe you should enable url/name or anonymous comments as not everyone will want to use username/pw to post a comment. I used my google account but as I have no blogger account when clicking the link to my name shows a "Profile not available" page.
El dom, 17-04-2011 a las 17:17 +0200, laurent laffont escribió:
Someone has an answer please ?
Laurent Laffont
---------- Forwarded message ---------- From: Bostjan <noreply-comment@blogger.com> Date: Sun, Apr 17, 2011 at 12:41 PM Subject: [Pharocasts] New comment on Magma, an object oriented database. To: laurent.laffont@gmail.com
Bostjan has left a new comment on your post "Magma, an object oriented database":
Great sceencast, thanks. I have problems installing magma db in pharo image. I have tried with pharo 1.1, .1.2 and the latest without success. As I have read from other post is current version of magma incompatible with any pharo image (in not maintained for pharo but only for squeak). Is there any possibility to install magma into pharo?
Posted by Bostjan to Pharocasts at April 17, 2011 3:41 AM
-- Miguel Cobá http://twitter.com/MiguelCobaMtz http://miguel.leugim.com.mx
participants (2)
-
laurent laffont -
Miguel Cobá