- Clone the repository with submodules:
git clone --recursive https://github.com/dawit-melka/deploy-atomspace-builder.git- Navigate into the project folder:
cd deploy-atomspace-builder- Make the script executable:
chmod +x run.sh- Run the script:
./run.sh-
Update service ports: Cd to
envdirectory and Open theatomspace-builder.envfile, update the ports as needed, and re-run the script. -
Stop and clean everything:
make down- Update submodules:
git submodule update --remote --merge