diff --git a/.dockerignore b/.dockerignore index 9bef78afd..b8a7e18c8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -29,7 +29,8 @@ ztm_agent_db* # buck2 out buck-out -# docker files -docker/mega_mono_dockerfile -docker/mega_moon_dockerfile -docker/mega_pg_dockerfile \ No newline at end of file +# Dockderfile +docker/mono-engine-dockerfile +docker/mono-pg-dockerfile +docker/mono-ui-dockerfile +docker/aries-engine-dockerfile diff --git a/README.md b/README.md index ec4185422..9466c5ee9 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,20 @@ docker run --rm -it -d --name mono-engine --network mono-network -v /tmp/data/mo docker run --rm -it -d --name mono-ui --network mono-network -e MEGA_INTERNAL_HOST=http://mono-engine:8000 -e MEGA_HOST=http://localhost:8000 -p 3000:3000 mono-ui:0.1-pre-release ``` +4. Try to upload a repository to mono-engine +```bash +git clone http://localhost:8000/project.git +cd project +git clone https://github.com/dagrs-dev/dagrs.git +sudo rm -r dagrs/.git +git add . +git commit -a -m"Initial the dagrs project" +git push +``` + +5. Check the repository in UI +Open the mono-ui in your browser with `http://localhost:3000`, and you will see the `project` folder. + ## Quick Review of Architecture ![Mega Architect](docs/images/Mega_Bin_and_Modules.png)