Skip to content

Repository files navigation

Deploy AtomSpace Builder

Quick Start

Prerequisites

  • Git with submodule support
  • Docker and Docker Compose

Deployment Options

Option 1: Full Deployment (Neo4j + MORK + MeTTa)

git clone --recursive https://github.com/dawit-melka/deploy-atomspace-builder.git

cd deploy-atomspace-builder

chmod +x run.sh

./run.sh

Option 2: MORK Only Deployment

git clone --recursive https://github.com/dawit-melka/deploy-atomspace-builder.git

cd deploy-atomspace-builder

Option 2.1:

make mork

Option 2.2:

chmod +x run-mork.sh

./run-mork.sh

Configuration

Customizing Service Ports

To modify service ports:

cd env
nano atomspace-builder.env  # Edit port configurations
cd ..
./run.sh  # Re-deploy with new settings

Management Commands

Stop and Clean Services

make down

Update Submodules

git submodule update --remote --merge

Deployment Architecture

  • Full Deployment: Complete knowledge graph stack (Neo4j + MORK + MeTTa)
  • MORK Only: Lightweight deployment focusing on MORK components

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages