- Git with submodule support
- Docker and Docker Compose
git clone --recursive https://github.com/dawit-melka/deploy-atomspace-builder.git
cd deploy-atomspace-builder
chmod +x run.sh
./run.shgit clone --recursive https://github.com/dawit-melka/deploy-atomspace-builder.git
cd deploy-atomspace-builderOption 2.1:
make morkOption 2.2:
chmod +x run-mork.sh
./run-mork.shTo modify service ports:
cd env
nano atomspace-builder.env # Edit port configurations
cd ..
./run.sh # Re-deploy with new settingsmake downgit submodule update --remote --merge- Full Deployment: Complete knowledge graph stack (Neo4j + MORK + MeTTa)
- MORK Only: Lightweight deployment focusing on MORK components