Skip to content

jonfk/knowledge-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knowledge-system

A project attempting to create a knowledge system by replicating human brain processes.

##Build instructions ###Prerequisites Assuming a Linux system, install Go. Run the following commands:

$ wget https://storage.googleapis.com/golang/go1.4.2.linux-amd64.tar.gz
$ tar -C /usr/local -xzf go1.4.2.linux-amd64.tar.gz
$ rm go1.4.2.linux-amd64.tar.gz
# Create Go workspace
$ mkdir ~/go

Add the following environment variables to finish installation and setup a working environment:

export PATH=$PATH:/usr/local/go/bin
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH

Install build tool gb

$ go get github.com/constabulary/gb/...

###To build

In the directory containing this project, run:

$ gb build

Running

Use the help command to get instructions:

$ ./bin/system -h
$ ./bin/system test -h
$ ./bin/system concurrent -h

About

CS Project 396

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published