Skip to content

Commit

Permalink
Add doc (#328)
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko authored Jul 28, 2024
1 parent 14749e3 commit 643946e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
[![Linter and Builder 🚀](https://github.com/SkywardAI/chat-backend/actions/workflows/linter-and-builder.yaml/badge.svg)](https://github.com/SkywardAI/chat-backend/actions/workflows/linter-and-builder.yaml) [![Release Drafter 🚀](https://github.com/SkywardAI/chat-backend/actions/workflows/release-drafter.yml/badge.svg)](https://github.com/SkywardAI/chat-backend/actions/workflows/release-drafter.yml) [![Releasing Image 🚀](https://github.com/SkywardAI/kirin/actions/workflows/release-image.yaml/badge.svg)](https://github.com/SkywardAI/kirin/actions/workflows/release-image.yaml) [![CodeQL](https://github.com/SkywardAI/kirin/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/SkywardAI/kirin/actions/workflows/github-code-scanning/codeql)


>[!Warning]
>**Kirin is currently in Development**: Expect breaking changes and bugs!

# Architecture

![](./imgs/SkywardAI(Mind%20Map)%20-%20APIs%20aggregator.svg)
Expand Down Expand Up @@ -38,6 +42,8 @@ You need to make sure Docker and docker-compose on your environment. See [Requir

If you want to setup the project quickly, please follow the steps below:

Please check the [Requirements.md](./docs/Requirements.md) to prepare you env

```
git clone https://github.com/SkywardAI/kirin.git
Expand All @@ -46,16 +52,14 @@ cd kirin
make demo
```

See [quick start](https://skywardai.github.io/skywardai.io/docs/quick-start.html)


# Build and deployment

<!-- https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api -->

[![Build and Deployment](https://img.youtube.com/vi/63OxSmcBkhI/0.jpg)](https://youtu.be/63OxSmcBkhI?si=G82BOtcwRvQE7dLU)

Also See [deployment](https://skywardai.github.io/skywardai.io/docs/development/build_and_run.html). And if you are interested in docker-in-docker development, see [Development.md](./docs/Development.md)
And if you are interested in docker-in-docker development, see [Development.md](./docs/Development.md)


# Tech stack
Expand Down
11 changes: 11 additions & 0 deletions docs/Requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,14 @@ ubuntu:~/workspace/aisuko/kirin$ docker compose version
Docker Compose version 2.24.6+ds1-0ubuntu1~22.04.1
```

## Rootless docker

```
ec2-user@ip-10-110-144-85:~/workspace/kirin$ sudo usermod -aG docker $USER
ec2-user@ip-10-110-144-85:~/workspace/kirin$ newgrp docker
ec2-user@ip-10-110-144-85:~/workspace/kirin$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
```

And you are good to go.

0 comments on commit 643946e

Please sign in to comment.