Re: [opencog-dev] Re: docker

2017-06-16 Thread Linas Vepstas
the hard part of using opencg is not starting docker, but is learning what it is and does. Mostly, its a big box of parts, so you will need to learn what each part does, and then assemble the parts to do whatever it is you want them to do. What is it that you want to do? --linas On Fri, Jun 16,

[opencog-dev] Re: docker

2017-06-16 Thread Dmitry Ponyatov
fix: > cd external-tools/glimpse ; npm install ; npm start > -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencog+unsubscr...@googlegroups.com. To post to this

[opencog-dev] Re: docker

2017-06-16 Thread Dmitry Ponyatov
Are there any instruction exists to jumpstart into working opencog in docker ? Something like docker run -d opencog-dev git clone --depth=1 https://github.com/opencog/external-tools.git cd external-tools ; npm start browser -tabs http://localhost:9000 https://github.com/opencog/tutorial/ -- You

[opencog-dev] Re: docker

2017-06-16 Thread AmeBel
On Friday, June 16, 2017 at 3:16:58 PM UTC+8, Dmitry Ponyatov wrote: > > Is https://github.com/opencog/docker fresh enought for current > development state ? > > See in https://github.com/opencog/docker/tree/master/opencog. With the possible exception of the docker images specified in

[opencog-dev] Re: docker

2017-06-16 Thread Dmitry Ponyatov
Is https://github.com/opencog/docker fresh enought for current development state ? -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[opencog-dev] Re: docker opencog build fails with "ccache: FATAL: x_realloc: Could not allocate 17179869184 bytes"

2016-10-29 Thread Apil Tamang
All, I repeated the build once again, and did not encounter this problem. I was able to successfully build all of opencog and also telnet to the cogserver. So, looks like the docker images are good-to-go. On Friday, October 28, 2016 at 8:33:52 AM UTC-4, Apil Tamang wrote: > > Hey all, I finally