--
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+unsubscribe@googlegroups.com.
To post to this group, send email to ope...@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/f51b4e21-e24d-439b-a4a2-959bf4dd23ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
- 4. Specify a directory for storing ccache's compiler outputs```mkdir -p $HOME/path/to/where/you/want/to/save/ccache/outputexport CCACHE_DIR=$HOME/path/to/where/you/want/to/save/ccache/output````Specifying this means, making a clean build of source code after removing acontainer will be faster. If you don't want to do this, then comment out the`- $CCACHE_DIR:/home/opencog/.ccache` in `common.yml` file
## Steps for OpenCog development__For UNIX like Systems only__1. Add these lines to `~/.bashrc` at $HOME of your PC and run`source ~/.bashrc`.```export OPENCOG_SOURCE_DIR=$HOME/path/to/opencogexport ATOMSPACE_SOURCE_DIR=$HOME/path/to/atomspaceexport COGUTILS_SOURCE_DIR=$HOME/path/to/cogutilsexport OC2MC_SOURCE_DIR=$HOME/path/to/opencog-to-minecraft```__Optionally, if you are using `moses` add to `~/.bashrc`,`export MOSES_SOURCE_DIR=$HOME/path/to/moses` and uncomment`- $MOSES_SOURCE_DIR:/moses` line in the docker-compose.yml file.__
There is a docker container in the docker repository. You might have the most fun, however, in getting the hansonrobotics/HEAD repo working. This integrates chat with a 3D robot head.--linas
On Mon, Sep 26, 2016 at 4:01 PM, Apil Tamang <apil.tama...@gmail.com> wrote:
Hey All,I've been reading about the OpenCog architecture for a while, and mainly from Ben's volumes (I & II) on the system. It is very interesting, and although I'm far from having digested it all completely, I guess this is a good time as any to actually get started hands-on. My interests are particularly on the NLP facets of the project.About myself: I'm just a regular software developer moderately versed in JAVA. I dabbled in C++ a little in my school years. I've got a book in C++ I plan to peruse through while going through this. I am not a terribly brilliant person, but I've always adored physics and mathematics. I got a bachelors in these, and two masters subsequently in the engineering. Thus, I have a fair amount of experience doing core research. In some way, that's what I envision of myself as an OpenCog member in the far (far) future.So, towards that purpose, how can I best get started? Is there preferably some docker image that I need to boot? There're just so many sub-projects on github on opencog, it's a little mindnumbing. Also, is there someone who can best mentor me for a little while? Again, I'd love to get started with some minor tasks, preferably in the NLP arena. However, I'm fairly open to any opportunities.Thanks very much in advance..
--
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+u...@googlegroups.com.
Hi,This is some minor question(s) about the installation that I haven't quite been able to wrap my head around.--------------------------------------------------------------------------------------------------------------------------------------------- 4. Specify a directory for storing ccache's compiler outputs```mkdir -p $HOME/path/to/where/you/want/to/save/ccache/outputexport CCACHE_DIR=$HOME/path/to/where/you/want/to/save/ccache/output````Specifying this means, making a clean build of source code after removing acontainer will be faster. If you don't want to do this, then comment out the`- $CCACHE_DIR:/home/opencog/.ccache` in `common.yml` fileI am not sure what this is about. Should I 'mkdir' inside the ubuntu image in docker, or in my main OS host ?
--------------------------------------------------------------------------------------------------------------------------------------------Also, the file tells:## Steps for OpenCog development__For UNIX like Systems only__1. Add these lines to `~/.bashrc` at $HOME of your PC and run`source ~/.bashrc`.```export OPENCOG_SOURCE_DIR=$HOME/path/to/opencogexport ATOMSPACE_SOURCE_DIR=$HOME/path/to/atomspaceexport COGUTILS_SOURCE_DIR=$HOME/path/to/cogutilsexport OC2MC_SOURCE_DIR=$HOME/path/to/opencog-to-minecraft```__Optionally, if you are using `moses` add to `~/.bashrc`,`export MOSES_SOURCE_DIR=$HOME/path/to/moses` and uncomment`- $MOSES_SOURCE_DIR:/moses` line in the docker-compose.yml file.__Again, where is opencog/atomspace/... /opencog-to-minecraft installed on my PC (or do you mean the Ubuntu image with OpenCog!!) ? I just finished building the opencog docker image using ./docker-image.sh -btcp. Where are these folders created in the docker-image?
Thanks for looking into it. I'm just trying to make sure I understand the details of what I did, and what I'm about to do, as I proceed with the installation.
docker-compose run --rm dev