opencog / ocpkg

Installing, packaging, deploying and managing OpenCog
22 stars 44 forks source link
installer opencog packaging

Collection of scripts

ocpkg

For a quick start using Ubuntu version >= 14.04, run

sudo curl -L http://raw.github.com/opencog/ocpkg/master/ocpkg -o /usr/local/bin/octool &&\
sudo chmod +x /usr/local/bin/octool &&\
octool

For details, see the instructions on the OpenCog wiki.

octool-wip

Work-in-progress (abandoned). The separate octool script is not yet ready. Use the above.

ocbootstrap

(This hasn't been tested for a while) A script to create an OpenCog build environment on ''any'' Linux system.

ocfeedbot

An IRC bot of some sort, purpose not clear.

Uses debootstrap. Requires ocpkg.

octool_rpi

For installing opencog on a Raspberry Pi Computer running Raspbian. The readme here will be helpful.

May be out of date.

Example Usage